abstractdog commented on PR #192:
URL: https://github.com/apache/tez/pull/192#issuecomment-1143166900

   > thanks @abstractdog for checking it, I've updated the checkstyle issues 
and as I can see the wget patch was merged so now this issue seems to be fixed 
based on the logs however another problem occured: 
`/home/jenkins/jenkins-home/workspace/tez-multibranch_PR-192/src/tez-api/../build-tools/install-protobuf.sh:
 line 42: sudo: command not found`
   > 
   > Should I make a ticket and PR for this missing sudo command?
   
   yes, please
   can you reproduce this locally for sudo to check further problems?
   I believe when you build the docker image, you can test it locally by 
something like:
   ```
   docker run -v $HOME:$HOME -w `pwd` -e "HOME=$HOME" 
"asdfouwergwerg_new_image_hash_here_23045828345" /bin/bash -c "mvn clean 
install -s $HOME/.m2/settings.xml -DskipTests"
   ```
   here, you might try to attach your tez folder to docker's home I guess
   


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