-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rocksdb support on Mac M1 #13106
Comments
Hello again @rwoodard-prog, Also thanks again for reporting this. I was able to reproduce and resolve the issue on my machine. The problem seems to be a dependency problem between Spark version > 3.1.x and rocksdb. Why exactly I still have to find out, but in the meantime the issue can be resolved by using a lower version of Spark. In my case I used version 3.1.3 which can be downloaded at the Spark release archives. Let me know if this resolves the issue you are having. |
@DevinTDHa Yes, good solution. I downgraded to Spark 3.1.3 and successfully ran the |
If @DevinTDHa you don't mind I am gonna leave this open. I think Apache Spark started using RocksDB itself at some point, so let's make sure we can make 3.2/3.3 releases also compatible. |
I agree, we will need to do some changes regarding this! And you are right, Spark version 3.2.0 added a StateStore implementation based on RocksDB. For future reference: |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Cannot load
librocksdbjni
with simple starter code on Mac M1.I know @DevinTDHa and @maziyarpanahi have have worked on the
librocksdbjni
issue here. Facebook rocksdb team says it should be working here. However, I still get a crash.Please see maziyarpanahi/spark-nlp-starter#1 (comment) for full details of the problem.
Steps to Reproduce
Your Environment
See #13079 for my env.
The text was updated successfully, but these errors were encountered: