[ https://issues.apache.org/jira/browse/AMBARI-25861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wei-Chiu Chuang resolved AMBARI-25861. -------------------------------------- Resolution: Won't Fix > modify tag "python2" to "python3" > ---------------------------------- > > Key: AMBARI-25861 > URL: https://issues.apache.org/jira/browse/AMBARI-25861 > Project: Ambari > Issue Type: Sub-task > Components: ambari-server > Affects Versions: 2.7.5 > Environment: {*}Ambari:{*}Ambari-2.7.5 > *OS:* OpenEuler-22.03 > *Python:* Python 3.9.9 > Reporter: Charming Wu > Priority: Major > > In ambari 2.7.5, there are many script still using "python2/python2.6" as the > default python version to execute python scripts. > for Ex: > > ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py: > 162: > ams_monitor_dir = "/usr/lib/python2.6/site-packages"...... > > So In order to adapt change for python3, I would like to make some script > modification: > # change "/usr/lib/python2.6" to "/usr/lib/python3.9" > # change "/usr/bin/python2" to "/usr/bin/python3" > This modification brings about 70 modification points, but I worry about the > compatibility problem, since not all these file can retrieve env veariable to > get the actual python version(for Ex: the JSON file). > What is you suggestion? Welcome to Discuss here. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org For additional commands, e-mail: issues-h...@ambari.apache.org