TonyDoen commented on a change in pull request #35914:
URL: https://github.com/apache/spark/pull/35914#discussion_r830621647
##########
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:
I may understand the alternative you talking. I have changed them
both(commas -> colons). I offer two configs because I firstly deploy them not
in fatjar but jars in the path.
--
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]