You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2014/09/10 21:03:00 UTC

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

Repository: spark
Updated Branches:
  refs/heads/master f0c87dc86 -> 26503fdf2


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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/26503fdf
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/26503fdf
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/26503fdf

Branch: refs/heads/master
Commit: 26503fdf20f4181a2b390c88b83f364e6a4ccc21
Parents: f0c87dc
Author: Josh Rosen <jo...@apache.org>
Authored: Wed Sep 10 12:02:23 2014 -0700
Committer: Josh Rosen <jo...@apache.org>
Committed: Wed Sep 10 12:02:23 2014 -0700

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/deploy/yarn/YarnRMClientImpl.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/26503fdf/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/YarnRMClientImpl.scala
----------------------------------------------------------------------
diff --git a/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/YarnRMClientImpl.scala b/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/YarnRMClientImpl.scala
index fc30953..acf2650 100644
--- a/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/YarnRMClientImpl.scala
+++ b/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/YarnRMClientImpl.scala
@@ -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)
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org