smallyao commented on PR #3677: URL: https://github.com/apache/ambari/pull/3677#issuecomment-1554104382
>  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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
