I have a new dev machine and am trying to build Pi...
# troubleshooting
p
I have a new dev machine and am trying to build Pinot. While the build succeeds, the compiler isn’t able to find this class:
org.apache.pinot.common.proto.Server
. This is generated from
server.proto
. Do I need to do anything other than
mvn clean install -DskipTests -Pbin-dist
as documented?
It’s a bit weird as it ran without issues in my previous machine.
This is working now nvm thanks.