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:40:35 UTC

[GitHub] [bigtop] elukey commented on a change in pull request #707: BIGTOP-3459. Deploying GPDB fails on ARM64 CentOS 7.

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