gortiz commented on issue #10945: URL: https://github.com/apache/pinot/issues/10945#issuecomment-1602077781
Hi @mingmxu. You have to options: 1. Use Rosetta to run maven, as explained in [Pinot doc](https://docs.pinot.apache.org/basics/getting-started/running-pinot-locally#m1-and-m2-mac-support). Remember that Rosetta must be enabled in your shell. You can verify if it is the case by executing `mvn --version`, which will print the `arch` it is using. It should say `amd64`. In case Rosetta is disabled, it would say `arch: "aarch64"`. 2. Run maven with Java 17, which will not use LArray but the new buffer library that doesn't use JNI -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org