Skip to content

Commit 31d42c4

Browse files
Tsuyoshi OzawaAndrew Or
authored andcommitted
[SPARK-4915][YARN] Fix classname to be specified for external shuffle service.
Author: Tsuyoshi Ozawa <[email protected]> Closes #3757 from oza/SPARK-4915 and squashes the following commits: 3b0d6d6 [Tsuyoshi Ozawa] Fix classname to be specified for external shuffle service. (cherry picked from commit 96606f6) Signed-off-by: Andrew Or <[email protected]>
1 parent b896963 commit 31d42c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/job-scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pre-packaged distribution.
9898
2. Add this jar to the classpath of all `NodeManager`s in your cluster.
9999
3. In the `yarn-site.xml` on each node, add `spark_shuffle` to `yarn.nodemanager.aux-services`,
100100
then set `yarn.nodemanager.aux-services.spark_shuffle.class` to
101-
`org.apache.spark.yarn.network.YarnShuffleService`. Additionally, set all relevant
101+
`org.apache.spark.network.yarn.YarnShuffleService`. Additionally, set all relevant
102102
`spark.shuffle.service.*` [configurations](configuration.html).
103103
4. Restart all `NodeManager`s in your cluster.
104104

0 commit comments

Comments
 (0)