sekikn commented on PR #1203: URL: https://github.com/apache/bigtop/pull/1203#issuecomment-1784468278
Thank you for your contribution, @arshadmohammad. Building RPM succeeded with your PR. ``` $ curl -sL https://github.com/apache/bigtop/pull/1203.diff | git apply $ ./gradlew bigtop-select-clean bigtop-select-pkg repo ... BUILD SUCCESSFUL in 9s ``` But after that, running `*-select` failed due to the lack of python3. ``` $ ./docker-hadoop.sh -d -dcp -C config_centos-7.yaml -G -L -k bigtop-utils -c 1 $ ./docker-hadoop.sh -dcp -e 1 bash # yum install -y bigtop-select ... Complete! # /usr/lib/bigtop-select/conf-select /usr/bin/env: python3: No such file or directory # /usr/lib/bigtop-select/distro-select /usr/bin/env: python3: No such file or directory ``` We should add a dependency on python3 to bigtop-select's spec file. Would you do that referring to other spec files such as Phoenix? -- 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]
