otterc commented on pull request #30062:
URL: https://github.com/apache/spark/pull/30062#issuecomment-725741508


   I had added `YarnShuffleServiceSuite.java` to add unit tests related to 
creation of MergedShuffleFileManager Implementation. 
   The tests are failing with 
   ```
   java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.spark.network.yarn.YarnShuffleService
        at 
org.apache.spark.network.yarn.YarnShuffleServiceSuite.testCreateRemoteBlockPushResolverInstance(YarnShuffleServiceSuite.java:47)
   ```
   Not sure why it can't find `YarnShuffleService` class?
   @mridulm @tgravescs Do you know why this could happen?


----------------------------------------------------------------
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]



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

Reply via email to