You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "smallyao (via GitHub)" <gi...@apache.org> on 2023/05/19 06:58:21 UTC

[GitHub] [ambari] smallyao commented on pull request #3677: AMBARI-25894: Missing file service_advisor.py in some serivces

smallyao commented on PR #3677:
URL: https://github.com/apache/ambari/pull/3677#issuecomment-1554104382

   > ![image](https://user-images.githubusercontent.com/18082602/236797346-dbd142db-33a4-4a97-8eed-72688ce88e85.png) In YARN's service advisor.py, an opt option 'hdp.version' was added to MR tasks, which caused the MR tasks to fail to run. ` /hadoop/yarn/local/usercache/ambari-qa/appcache/application_1682216948797_0003/container_1682216948797_0003_02_000001/launch_container.sh:行57: $JAVA_HOME/bin/java -Djava.io.tmpdir=$PWD/tmp -Dlog4j.configuration=container-log4j.properties -Dyarn.app.container.log.dir=/data1/hadoop/yarn/log/application_1682216948797_0003/container_1682216948797_0003_02_000001 -Dyarn.app.container.log.filesize=0 -Dhadoop.root.logger=INFO,CLA -Dhadoop.root.logfile=syslog -server -XX:NewRatio=8 -Djava.net.preferIPv4Stack=true -Dhadoop.metrics.log.level=WARN -Xmx1638m -Dhdp.version=${hdp.version} org.apache.hadoop.mapreduce.v2.app.MRAppMaster 1>/data1/hadoop/yarn/log/application_1682216948797_0003/container_1682216948797_0003_02_000001/stdout 2>/data1/hadoop/yarn/log
 /application_1682216948797_0003/container_1682216948797_0003_02_000001/stderr : 坏的替换`
   > 
   > Because the 'hdp.version' environment variable in this command does not exist in the bigtop stack, it is recommended to modify this commit by removing 'hdp.version'.
   
   @JiaLiangC  Thanks for your correction, "-Dhdp.version" is removed


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

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


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