Re: Tez lauche container error when use UseG1GC

2015-05-29 Thread Hitesh Shah
To clarify, given that the error is showing up with container_1432885077153_0004_01_05, that means that the AM launched properly. Use “bin/yarn logs -applicationId application_1432885077153_0004" to get the logs. See if there are any errors for the logs for container_1432885077153_0004_01

Re: Tez lauche container error when use UseG1GC

2015-05-29 Thread Jianfeng (Jeff) Zhang
Could you check the yarn app logs to see what the error is ? If there's still no useful info, you may refer the yarn RM/NN logs Best Regard, Jeff Zhang From: "r7raul1...@163.com" mailto:r7raul1...@163.com>> Reply-To: user mailto:user@tez.apache.org>> Date: Frida

Re: Tez lauche container error when use UseG1GC

2015-05-29 Thread r7raul1...@163.com
BTW my tez_site.xml content is: tez.lib.uris hdfs:///apps/tez-0.5.3/tez-0.5.3.tar.gz tez.task.generate.counters.per.io true Log history using the Timeline Server tez.history.logging.service.class org.apache.tez.dag.history.logging.ats.ATSHistoryLoggingService Publish configur

Tez lauche container error when use UseG1GC

2015-05-29 Thread r7raul1...@163.com
I change my mapreduce.map.java.opts 's value from -Djava.net.preferIPv4Stack=true -Xmx825955249 to -Djava.net.preferIPv4Stack=true -XX:+UseG1GC -Xmx825955249 When I run query by hive 1.1.0+tez0.53 in hadoop 2.5.0. set mapreduce.framework.name=yarn-tez; set hive.execution.engine=tez; se