guyuqi commented on code in PR #1147:
URL: https://github.com/apache/bigtop/pull/1147#discussion_r1297917057


##########
bigtop-deploy/puppet/modules/ambari/manifests/init.pp:
##########
@@ -23,6 +23,39 @@
   }
 
   class server {
+    #install python2 and init postgresql for openEuler
+    if $operatingsystem == 'openEuler' {
+      exec { "download_python2.7":

Review Comment:
   I think python is a fundamental tool.
   What about moving python2 installation into `bigtop/puppet` for openEuler? 
   



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to