We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a3c0d commit 3b0d6d6Copy full SHA for 3b0d6d6
docs/job-scheduling.md
@@ -98,7 +98,7 @@ pre-packaged distribution.
98
2. Add this jar to the classpath of all `NodeManager`s in your cluster.
99
3. In the `yarn-site.xml` on each node, add `spark_shuffle` to `yarn.nodemanager.aux-services`,
100
then set `yarn.nodemanager.aux-services.spark_shuffle.class` to
101
-`org.apache.spark.yarn.network.YarnShuffleService`. Additionally, set all relevant
+`org.apache.spark.network.yarn.YarnShuffleService`. Additionally, set all relevant
102
`spark.shuffle.service.*` [configurations](configuration.html).
103
4. Restart all `NodeManager`s in your cluster.
104
0 commit comments