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/02/08 18:11:29 UTC

[GitHub] [bigtop] sekikn opened a new pull request #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8

sekikn opened a new pull request #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8
URL: https://github.com/apache/bigtop/pull/594
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8
URL: https://github.com/apache/bigtop/pull/594#issuecomment-584977547
 
 
   FYI [HADOOP-16739](https://issues.apache.org/jira/browse/HADOOP-16739) was comitted to trunk, while we still need the patch for hadoop-2.10.x.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [bigtop] sekikn merged pull request #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8

Posted by GitBox <gi...@apache.org>.
sekikn merged pull request #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8
URL: https://github.com/apache/bigtop/pull/594
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [bigtop] sekikn commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8

Posted by GitBox <gi...@apache.org>.
sekikn commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8
URL: https://github.com/apache/bigtop/pull/594#issuecomment-583762524
 
 
   @iwasakims I submitted a PR based on HADOOP-16739 so that we can build and test other components which depends on Hadoop on CentOS 8.
   This PR also fixes an conditional error for Fedora 31 in `bigtop_toolchain/manifests/packages.pp`.
   
   I confirmed that the following commands succeeded:
   
   ```
   $ cd docker/bigtop-slaves
   $ for i in centos-7 centos-8 fedora-31; do ./build.sh trunk-$i; done
   $ cd -
   $ for i in centos-7 centos-8 fedora-31; do ./gradlew hadoop-clean; ./gradlew hadoop-pkg-ind -POS=$i; done
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [bigtop] evans-ye commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8

Posted by GitBox <gi...@apache.org>.
evans-ye commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8
URL: https://github.com/apache/bigtop/pull/594#issuecomment-583859841
 
 
   LGTM. +1.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [bigtop] sekikn commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8

Posted by GitBox <gi...@apache.org>.
sekikn commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8
URL: https://github.com/apache/bigtop/pull/594#issuecomment-585029798
 
 
   Sorry for my late response, just merged into master. Thanks @evans-ye and @iwasakims for reviewing!

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8
URL: https://github.com/apache/bigtop/pull/594#issuecomment-583919289
 
 
   Thanks @sekikn . I'm obviously +1(non-binding).

----------------------------------------------------------------
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


With regards,
Apache Git Services