Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.7.5
-
None
-
Ambari:Ambari-2.7.5
OS: OpenEuler-22.03
Python: Python 3.9.9
Description
First of all, this first subtask is the basis of Ambari python3 adaption.
1. Dowload Ambari source code here:
https://github.com/apache/ambari/releases/tag/release-2.7.5
2. Install 2to3 in your environment( if you had install it, skip this step):
pip install 2to3
3. Upgrade Ambari Python Files:
cd apache-ambari-2.7.5-src
python3 /usr/bin/2to3 -w .
Attention: this upgrade will overwrite the src code.
__