iwasakims opened a new pull request, #1274: URL: https://github.com/apache/bigtop/pull/1274
https://issues.apache.org/jira/browse/BIGTOP-4114 Unfortunately we seem to need python2 for rebuilding native libraries required for (old?) node-spss by node-gyp. `/usr/bin/python` pointing to `/usr/bin/pytyon3` did not fix this. `/usr/bin/python` is not needed if `/usr/bin/python2` exists. Building Hadoop (with yarn-ui enabled) and Alluxio on rockylinux-8 and fedora-38 aarch \ 64 is affected by this. While Alluxio on openeuler-22.03 on aarch64 seems to be affected too, I'm going to declare it as unsupported in Bigtop 3.3.0 since openeuler-22.03 does not provide python2 package. By applying current bigtop_toolchain manifest, CentOS 7 has python2 since OS core packages depend on it. Debian 11 and Ubuntu 22.04 have python2 as transitive dependency of installed packages. I moved python related staffs to dedicated python.pp for ease of maintenance. -- 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: dev-unsubscr...@bigtop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org