You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "gortiz (via GitHub)" <gi...@apache.org> on 2023/06/22 06:27:52 UTC

[GitHub] [pinot] gortiz commented on issue #10945: `mvn clean install` fail on Mac with M1 chip

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-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org