Re: tez 0.7.0 + CDH Hive 1.1 (CDH5.4.1)

2015-10-19 Thread Edward Capriolo
Great. I am actually using clourdera 4.2.something so I will try to build my own version and not whatever differences. This might make a good git repo (cloudera-reality-hacks) :) On Sun, Oct 18, 2015 at 9:55 AM, Aaron Wiebe wrote: > As requested - I believe I've captured all of the required step

Re: Tez Code 1 & Tez Code 2

2015-10-19 Thread Bradman, Dale
Hi Jeff, The RM is fairly stable and reliable. As I said, the command works when passing it through Beeline. Just not in Hue. Resource manager log snippet: 2015-10-19 09:51:51,811 INFO ipc.Server (Server.java:run(2060)) - IPC Server handler 32 on 8032, call org.apache.hadoop.yarn.api.Applica

Re: Tez Code 1 & Tez Code 2

2015-10-19 Thread Jianfeng (Jeff) Zhang
Hi Dale, Does it happen frequently ? Does the RM work normally (can still accept new jobs) when this happens ? >From the logs, it seems AM meet errors when heartbeat with RM. And it switch >between 2 RM for a long time. It might be the RM issue, could you check the RM >logs ? Best Regard, J

Re: Tez Code 1 & Tez Code 2

2015-10-19 Thread Jianfeng (Jeff) Zhang
Could you check the yarn logs of this app (application_1444742140034_0009) ? Use command : yarn logs -applicationId application_1444742140034_0009 Best Regard, Jeff Zhang From: , Dale mailto:dale.brad...@capgemini.com>> Reply-To: "user@tez.apache.org" mailto:user

Re: Tez Code 1 & Tez Code 2

2015-10-19 Thread Bradman, Dale
Further error messages that I have found in /var/log/hive/hiveserver2.log: 2015-10-19 12:47:58,378 ERROR [Thread-24633]: exec.Task (TezTask.java:execute(184)) - Failed to execute tez graph. org.apache.tez.dag.api.TezException: org.apache.hadoop.yarn.exceptions.ApplicationNotFoundException: Appli

Tez Code 1 & Tez Code 2

2015-10-19 Thread Bradman, Dale
Hi, I was hoping you could provide some more information on the following error code that I am frequently (and with no correlation) seeing. Consider the following example command when executed on the HiveServer2 node: <<< beeline -e “insert into table db1.table1 select * from default.table2” >