dongjoon-hyun opened a new pull request #34576:
URL: https://github.com/apache/spark/pull/34576


   ### What changes were proposed in this pull request?
   
   This PR is a follow-up of #34548. This is missed due to `-Pyarn` profile.
   
   ### Why are the changes needed?
   
   This is required to pass `yarn` module on Apple Silicon.
   ```
   $ build/sbt "yarn/test"
   ...
   [info] YarnShuffleServiceSuite:
   [info] org.apache.spark.network.yarn.YarnShuffleServiceSuite *** ABORTED *** 
(20 milliseconds)
   [info]   java.lang.UnsatisfiedLinkError: Could not load library. Reasons: 
[no leveldbjni64-1.8
   ...
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   A manual test on Apple Silicon.
   ```
   $ build/sbt "yarn/test" -Pyarn 
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedLevelDBTest
   ```


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to