You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2014/12/22 20:28:08 UTC

spark git commit: [SPARK-4915][YARN] Fix classname to be specified for external shuffle service.

Repository: spark
Updated Branches:
  refs/heads/master 93b2f3a88 -> 96606f69b


[SPARK-4915][YARN] Fix classname to be specified for external shuffle service.

Author: Tsuyoshi Ozawa <oz...@lab.ntt.co.jp>

Closes #3757 from oza/SPARK-4915 and squashes the following commits:

3b0d6d6 [Tsuyoshi Ozawa] Fix classname to be specified for external shuffle service.


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

Branch: refs/heads/master
Commit: 96606f69b7cd88edea5d4b6427f598a91ccb4c33
Parents: 93b2f3a
Author: Tsuyoshi Ozawa <oz...@lab.ntt.co.jp>
Authored: Mon Dec 22 11:28:05 2014 -0800
Committer: Andrew Or <an...@databricks.com>
Committed: Mon Dec 22 11:28:05 2014 -0800

----------------------------------------------------------------------
 docs/job-scheduling.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/96606f69/docs/job-scheduling.md
----------------------------------------------------------------------
diff --git a/docs/job-scheduling.md b/docs/job-scheduling.md
index dfbb871..a5425eb 100644
--- a/docs/job-scheduling.md
+++ b/docs/job-scheduling.md
@@ -98,7 +98,7 @@ pre-packaged distribution.
 2. Add this jar to the classpath of all `NodeManager`s in your cluster.
 3. In the `yarn-site.xml` on each node, add `spark_shuffle` to `yarn.nodemanager.aux-services`,
 then set `yarn.nodemanager.aux-services.spark_shuffle.class` to
-`org.apache.spark.yarn.network.YarnShuffleService`. Additionally, set all relevant
+`org.apache.spark.network.yarn.YarnShuffleService`. Additionally, set all relevant
 `spark.shuffle.service.*` [configurations](configuration.html).
 4. Restart all `NodeManager`s in your cluster.
 


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