mbathori-cloudera commented on PR #192:
URL: https://github.com/apache/tez/pull/192#issuecomment-1143580620

   @abstractdog I've built and tested locally the docker image and I've managed 
to run the protobuf install script after adding sudo, so it seems like it was 
the last missing command. I've made a ticket and a PR for this change: TEZ-4421
   
   I also bumped the protobuf version to 3.21.1 which needed some further 
fixing in the install script since they removed the major version number from 
the file names e.g:
   ```
   
https://github.com/protocolbuffers/protobuf/releases/download/v21.1/protoc-21.1-linux-x86_64.zip
   
https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-linux-x86_64.zip
   ```
   
   I'll update this PR after TEZ-4421 gets merged.


-- 
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]

Reply via email to