Hann0321 commented on code in PR #3681:
URL: https://github.com/apache/ambari/pull/3681#discussion_r1161560702


##########
ambari-agent/conf/unix/install-helper.sh:
##########
@@ -41,11 +41,11 @@ LOG_FILE=/dev/null
 
 
CLEANUP_MODULES="resource_management;ambari_commons;ambari_agent;ambari_ws4py;ambari_stomp;ambari_jinja2;ambari_simplejson"
 
-OLD_COMMON_DIR="/usr/lib/python2.6/site-packages/ambari_commons"
-OLD_RESOURCE_MANAGEMENT_DIR="/usr/lib/python2.6/site-packages/resource_management"
-OLD_JINJA_DIR="/usr/lib/python2.6/site-packages/ambari_jinja2"
-OLD_SIMPLEJSON_DIR="/usr/lib/python2.6/site-packages/ambari_simplejson"
-OLD_AMBARI_AGENT_DIR="/usr/lib/python2.6/site-packages/ambari_agent"
+OLD_COMMON_DIR="/usr/lib/python3.9/site-packages/ambari_commons"
+OLD_RESOURCE_MANAGEMENT_DIR="/usr/lib/python3.9/site-packages/resource_management"
+OLD_JINJA_DIR="/usr/lib/python3.9/site-packages/ambari_jinja2"
+OLD_SIMPLEJSON_DIR="/usr/lib/python3.9/site-packages/ambari_simplejson"
+OLD_AMBARI_AGENT_DIR="/usr/lib/python3.9/site-packages/ambari_agent"

Review Comment:
   Generate a build script build-ambari.sh to solve the problem. related link: 
https://github.com/apache/ambari/pull/3681/commits/6e8082a3a9c133ed40df603783113a9e8c83fce4



##########
ambari-agent/pom.xml:
##########
@@ -314,7 +314,7 @@
             <fileEncoding>utf-8</fileEncoding>
           </postremoveScriptlet>
 
-          <needarch>x86_64</needarch>
+          <needarch>aarch64</needarch>

Review Comment:
   Generate a build script build-ambari.sh to solve the problem. related link: 
https://github.com/apache/ambari/pull/3681/commits/6e8082a3a9c133ed40df603783113a9e8c83fce4



-- 
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...@ambari.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org
For additional commands, e-mail: dev-h...@ambari.apache.org

Reply via email to