You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2020/06/04 08:14:04 UTC

[GitHub] [bigtop] masatana opened a new pull request #644: BIGTOP-3362: Unable to install spark-python package on CentOS8 due to lack of python package

masatana opened a new pull request #644:
URL: https://github.com/apache/bigtop/pull/644


   Due to dropping `python` command on [RHEL8](https://developers.redhat.com/blog/2018/11/14/python-in-rhel-8/), we have to use `python2` command alternatively.
   
   I tested this patch with these environment manually:
   * Built packages on CentOS7 / installed on CentOS7
   * Built packages on RHEL8 / installed on CentOS8
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [bigtop] masatana commented on pull request #644: BIGTOP-3362: Unable to install spark-python package on CentOS8 due to lack of python package

Posted by GitBox <gi...@apache.org>.
masatana commented on pull request #644:
URL: https://github.com/apache/bigtop/pull/644#issuecomment-638730075


   [According to the document](https://rpm-packaging-guide.github.io/#rpm-macros), we can test RPM macros by using `rpm --eval`.
   
   On CentOS8:
   
   ```
   [root@2678a9e39734 /]# cat /etc/os-release
   NAME="CentOS Linux"
   VERSION="8 (Core)"
   ID="centos"
   ID_LIKE="rhel fedora"
   VERSION_ID="8"
   PLATFORM_ID="platform:el8"
   PRETTY_NAME="CentOS Linux 8 (Core)"
   ANSI_COLOR="0;31"
   CPE_NAME="cpe:/o:centos:centos:8"
   HOME_URL="https://www.centos.org/"
   BUG_REPORT_URL="https://bugs.centos.org/"
   
   CENTOS_MANTISBT_PROJECT="CentOS-8"
   CENTOS_MANTISBT_PROJECT_VERSION="8"
   REDHAT_SUPPORT_PRODUCT="centos"
   REDHAT_SUPPORT_PRODUCT_VERSION="8"
   
   [root@2678a9e39734 /]# rpm --eval %{?rhel}
   8
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [bigtop] iwasakims merged pull request #644: BIGTOP-3362: Unable to install spark-python package on CentOS8 due to lack of python package

Posted by GitBox <gi...@apache.org>.
iwasakims merged pull request #644:
URL: https://github.com/apache/bigtop/pull/644


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [bigtop] masatana commented on pull request #644: BIGTOP-3362: Unable to install spark-python package on CentOS8 due to lack of python package

Posted by GitBox <gi...@apache.org>.
masatana commented on pull request #644:
URL: https://github.com/apache/bigtop/pull/644#issuecomment-639175901


   Thank you! @iwasakims


----------------------------------------------------------------
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:
users@infra.apache.org