-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problem running RocksDB and JNI on Mac with M1 chip #18
Comments
Hey @sami-badawi ! I would be a bit hesitant to NOT use RocksDB in flink4s's testing suite as all production deployments use RocksDB and thus bugs might creep in. Maybe you can contribute a section in flink4s' README detailing your workaround? |
I have tried this, but it is not available for Mac with M1:
|
Hey @sami-badawi
|
I think this problem should now be resolved in Flink 1.17, given that the RocksDB version that Flink uses has been updated to add support for M1s. |
flink4s did not work directly on a Mac with a M1 chip. The problem is with RocksDB and JNI.
You can run it in Docker.
I made this change to get it running directly:
src/test/scala/com.ariskk.flink4s/FlinkExecutor.scala
Maybe there could be a way to configure for this?
The text was updated successfully, but these errors were encountered: