xiangfu0 opened a new pull request, #16335:
URL: https://github.com/apache/pinot/pull/16335
- Add dedicated Maven profiles for Apple Silicon Macs (ARM64) to handle
protobuf compilation
- Configure separate profiles for different Homebrew installation paths:
- Primary: /opt/homebrew/bin/protoc-gen-grpc-java (Apple Silicon default)
- Fallback: /usr/local/bin/protoc-gen-grpc-java (Intel Mac or custom
install)
- Remove outdated manual installation comments from main plugin configuration
- Fixes issue where Maven-downloaded gRPC Java plugin executable fails on
macOS
- Ensures reliable protobuf compilation on macOS by using Homebrew-installed
binaries
The profiles automatically activate when:
1. Running on macOS with ARM64 architecture
2. The corresponding protoc-gen-grpc-java executable exists in the expected
path
--
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]