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


##########
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:
   Python 2.7 would be installed in Bigtop_toolchain: 
https://github.com/apache/bigtop/blob/openEuler-support/bigtop_toolchain/manifests/packages.pp#L395
   
   Please remove the python-2.7 installation from here.



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