srowen commented on a change in pull request #35914:
URL: https://github.com/apache/spark/pull/35914#discussion_r830621938
##########
File path: docs/running-on-yarn.md
##########
@@ -925,8 +925,14 @@ have configuration like:
```properties
yarn.nodemanager.aux-services = spark_shuffle_x,spark_shuffle_y
- yarn.nodemanager.aux-services.spark_shuffle_x.classpath =
/path/to/spark-x-yarn-shuffle.jar,/path/to/spark-x-config
- yarn.nodemanager.aux-services.spark_shuffle_y.classpath =
/path/to/spark-y-yarn-shuffle.jar,/path/to/spark-y-config
+ yarn.nodemanager.aux-services.spark_shuffle_x.classpath =
/path/to/spark-x-path/fat.jar:/path/to/spark-x-config
+ yarn.nodemanager.aux-services.spark_shuffle_y.classpath =
/path/to/spark-y-path/fat.jar:/path/to/spark-y-config
+```
+Or
Review comment:
Ah I am misreading. The commas are still present in the first
non-classpath argument. OK this makes sense.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]