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/12/02 10:09:20 UTC

[GitHub] [bigtop] sekikn opened a new pull request #707: BIGTOP-3459. Deploying GPDB fails on ARM64 CentOS 7.

sekikn opened a new pull request #707:
URL: https://github.com/apache/bigtop/pull/707


   


----------------------------------------------------------------
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] elukey commented on pull request #707: BIGTOP-3459. Deploying GPDB fails on ARM64 CentOS 7.

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


   LGTM 👍 


----------------------------------------------------------------
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] sekikn commented on pull request #707: BIGTOP-3459. Deploying GPDB fails on ARM64 CentOS 7.

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


   Thanks! Merged into master and branch-1.5.


----------------------------------------------------------------
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] sekikn commented on pull request #707: BIGTOP-3459. Deploying GPDB fails on ARM64 CentOS 7.

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


   Tested with CentOS 7, 8 and Fedora 31 on both aarch64 and x86_64.


----------------------------------------------------------------
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] sekikn merged pull request #707: BIGTOP-3459. Deploying GPDB fails on ARM64 CentOS 7.

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


   


----------------------------------------------------------------
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] elukey commented on a change in pull request #707: BIGTOP-3459. Deploying GPDB fails on ARM64 CentOS 7.

Posted by GitBox <gi...@apache.org>.
elukey commented on a change in pull request #707:
URL: https://github.com/apache/bigtop/pull/707#discussion_r534066294



##########
File path: bigtop-deploy/puppet/modules/gpdb/manifests/init.pp
##########
@@ -137,6 +140,16 @@
             ensure   => latest,
           }
           package { ["paramiko"]:
+            ensure   => latest,
+            provider => pip,
+            require  => Package["setuptools"],
+          }
+          package { ["setuptools"]:

Review comment:
       Totally ignorant about the environment but are those packages named python-setuptools or simply setuptools? 




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