Skip to content
Snippets Groups Projects
Commit 26503fdf authored by Josh Rosen's avatar Josh Rosen
Browse files

[HOTFIX] Fix scala style issue introduced by #2276.

parent f0c87dc8
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ private class YarnRMClientImpl(args: ApplicationMasterArguments) extends YarnRMC
// Users can then monitor stderr/stdout on that node if required.
appMasterRequest.setHost(Utils.localHostName())
appMasterRequest.setRpcPort(0)
//remove the scheme from the url if it exists since Hadoop does not expect scheme
// remove the scheme from the url if it exists since Hadoop does not expect scheme
appMasterRequest.setTrackingUrl(new URI(uiAddress).getAuthority())
resourceManager.registerApplicationMaster(appMasterRequest)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment