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 09:22:08 UTC

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

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