Mohammed Galalen
03/29/2022, 6:01 AMprotoc-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
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)Ken Krugler
03/29/2022, 8:19 PM/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.Mayank
Xiang Fu
mvn clean package -DskipTests doesn’t work on M1 macbook?Xiang Fu