abstractdog commented on PR #192: URL: https://github.com/apache/tez/pull/192#issuecomment-1120700597
@mbathori-cloudera, I was able to reproduce, maybe this is related to TEZ-4300, not sure at the moment try to build from a sub dir, similarly to precommit, I did below: ``` rm -rf build-tools/protobuf #this is needed cd tez-dag mvn clean test-compile -DskipTests=true ``` I believe the issue might be related to the automatically downloaded protobuf (under build-tools/protobuf), I'm suspecting that if you build from a folder of a submodule, it's not downloaded automatically before building and still has only 2.5.0 present, hence the failure: ``` protoc version is 'libprotoc 2.5.0', expected version is '3.19.4' ``` -- 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]
