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

   
![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'.
   
   


-- 
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