MacChen01 commented on code in PR #1147: URL: https://github.com/apache/bigtop/pull/1147#discussion_r1300851326
########## 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? The installation of python2 has moved into `bigtop/puppet`, the code commit: f43bfb82391971fc0255b54f68c11da3ed59bf3a @guyuqi -- 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: dev-unsubscr...@bigtop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org