Hi team, I was trying to compile pinot from source...
# troubleshooting
m
Hi team, I was trying to compile pinot from source on macbook pro M1 and I got two errors during the compilation one regarding the
protoc-gen-grpc-java-1.4.0-osx-x86_64
and the other
com.github.eirslett:frontend-maven-plugin:1.1
I had to upgrade ``com.github.eirslett:frontend-maven-plugin`` to
1.11.0
and downloaded the
protoc-gen-grpc-java-1.4.0-osx-x86_64
manually. But I couldn't run the example, and I'm getting this error
Copy code
Failed to start a Pinot [SERVER] at 15.16 since launch
java.lang.RuntimeException: java.util.concurrent.RejectedExecutionException: event executor terminated
    at org.apache.pinot.core.transport.QueryServer.start(QueryServer.java:136) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-649f5988d5746869ef6a690f4747ff4d6fb9c607]
    at org.apache.pinot.server.starter.ServerInstance.start(ServerInstance.java:165)
k
There should be a log file in the
/logs
subdir of the directory containing the expanded Pinot distribution tarball that you built. If you look in the log file, typically you’ll find more information about root cause of the error that’s being returned.
m
@User ^^
x
hmm, so
mvn clean package -DskipTests
doesn’t work on M1 macbook?
are you on your company vpn/maven/artifactory which blocked some library?