Skip to content

Commit

Permalink
Use address with scheme, but Allpha version removes the scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoy Antony committed Sep 9, 2014
1 parent e82f94e commit c3d51ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private[spark] class ApplicationMaster(args: ApplicationMasterArguments,
if (sc == null) {
finish(FinalApplicationStatus.FAILED, "Timed out waiting for SparkContext.")
} else {
registerAM(sc.ui.appUIAddress, securityMgr)
registerAM(sc.ui.appUIAddress, securityMgr)
try {
userThread.join()
} finally {
Expand Down

0 comments on commit c3d51ee

Please sign in to comment.