sekikn opened a new pull request #656: URL: https://github.com/apache/bigtop/pull/656
@guyuqi @mattAndruff @masatana Would you review if possible? In this PR, I intended: * Specify python package name explicitly as 'python2' in spec files so that they work with CentOS 8 and Fedora 31 * Replace Ambari functions that depend on the rpm-python package, which is not provided on CentOS 8, with an implementation using the `rpm` command * Define the `python` command as an alias of `python2` on CentOS 8 and Fedora 31, which don't provide unversioned python command by default I confirmed that Ambari, Livy and Zeppelin (the latter of two use Python3, in contrast to Ambari) are successfully built on CentOS 7, 8 and Fedora 31 with this PR. ---------------------------------------------------------------- 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]
