Skip to content

Commit c3d51ee

Browse files
author
Benoy Antony
committed
Use address with scheme, but Allpha version removes the scheme
1 parent e82f94e commit c3d51ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private[spark] class ApplicationMaster(args: ApplicationMasterArguments,
189189
if (sc == null) {
190190
finish(FinalApplicationStatus.FAILED, "Timed out waiting for SparkContext.")
191191
} else {
192-
registerAM(sc.ui.appUIAddress, securityMgr)
192+
registerAM(sc.ui.appUIAddress, securityMgr)
193193
try {
194194
userThread.join()
195195
} finally {

0 commit comments

Comments
 (0)