LuciferYang commented on pull request #31036:
URL: https://github.com/apache/spark/pull/31036#issuecomment-873906415
@dongjoon-hyun can we run spark UTs on M1 now ? I found that when I run 'mvn
clean test -Paarch64 - pl core - am' on M1 mac , the `kvstore` module will test
failed as follow:
```
java.lang.UnsatisfiedLinkError:
Could not load library. Reasons: [no leveldbjni64-1.8 in java.library.path,
no leveldbjni-1.8 in java.library.path, no leveldbjni in java.library.path,
/spark-source/common/kvstore/target/tmp/libleveldbjni-64-1-8798157166161468279.8:
dlopen(/spark-source/common/kvstore/target/tmp/libleveldbjni-64-1-8798157166161468279.8,
1): no suitable image found. Did find:
/spark-source/common/kvstore/target/tmp/libleveldbjni-64-1-8798157166161468279.8:
no matching architecture in universal wrapper
/spark-source/common/kvstore/target/tmp/libleveldbjni-64-1-8798157166161468279.8:
no matching architecture in universal wrapper]
at
org.apache.spark.util.kvstore.LevelDBSuite.setup(LevelDBSuite.java:55)
```
--
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]