guyuqi commented on pull request #671: URL: https://github.com/apache/bigtop/pull/671#issuecomment-692575951
Please forgive that maybe I misunderstand the way how to run the `puppetize.sh`. I run the `puppetize.sh` by invoking [build.sh](https://github.com/apache/bigtop/blob/master/docker/bigtop-puppet/build.sh). It shows the `ENV PATH`sould be set in centos-8: ``` ENV_PATH="" if [ ${OS} = "centos" -a ${VERSION} -ge 8 ]; then ENV_PATH='ENV PATH /opt/puppetlabs/bin:$PATH' fi ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
