vanzin commented on a change in pull request #24502: [SPARK-27610][YARN] - Yarn 
external shuffle service fails to start when spark.shuffle.io.mode=EPOLL
URL: https://github.com/apache/spark/pull/24502#discussion_r280138550
 
 

 ##########
 File path: common/network-yarn/pom.xml
 ##########
 @@ -35,7 +35,7 @@
     <!-- Make sure all Hadoop dependencies are provided to avoid repackaging. 
-->
     <hadoop.deps.scope>provided</hadoop.deps.scope>
     
<shuffle.jar>${project.build.directory}/scala-${scala.binary.version}/spark-${project.version}-yarn-shuffle.jar</shuffle.jar>
-    <shade>org/spark_project/</shade>
+    <shade>org/spark/project/</shade>
 
 Review comment:
   `spark_project` is valid, but you need to go and read the discussion to know 
why the change is needed. (Or the updated PR description which also mentions 
it.)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to