Re: [PR] AMBARI-26000: Make Ambari supports Python3 environment [ambari]

2023-10-27 Thread via GitHub
arshadmohammad commented on code in PR #3751: URL: https://github.com/apache/ambari/pull/3751#discussion_r1374896426 ## ambari-server/src/main/resources/common-services/AMBARI_METRICS/3.0.0/package/scripts/metrics_collector.py: ## @@ -22,21 +22,21 @@ from

Re: [PR] AMBARI-26009: Add Rocky8 operating system support [ambari]

2023-10-27 Thread via GitHub
arshadmohammad commented on code in PR #3758: URL: https://github.com/apache/ambari/pull/3758#discussion_r1374901412 ## ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/repos/repoinfo.xml: ## @@ -23,4 +23,11 @@ bigtop + Review Comment: make this

Re: [PR] AMBARI-26000: Make Ambari supports Python3 environment [ambari]

2023-10-27 Thread via GitHub
arshadmohammad commented on code in PR #3751: URL: https://github.com/apache/ambari/pull/3751#discussion_r1374894047 ## ambari-common/src/main/python/ambari_commons/repo_manager/yum_manager.py: ## @@ -352,7 +330,7 @@ def rpm_check_package_available(self, name): regex =

Re: [PR] AMBARI-26000: Make Ambari supports Python3 environment [ambari]

2023-10-27 Thread via GitHub
arshadmohammad commented on PR #3751: URL: https://github.com/apache/ambari/pull/3751#issuecomment-1783426982 > Therefore, on Rocky8, the old python2 soft link needs to be deleted, and create a new one using ln -s /usr/bin/python3 /usr/bin/python. I am using rocky linux 8.8, it does not