Created 02-19-2016 03:47 PM
Hi Team,
I have received an error when i started hive from command prompt." org.apache.tez.dag.api.SessionNotRunning: TezSession has already shutdown. Application application_1452243782005_0292 failed 2 times due to AM Container for appattempt_1452243782005_0292_000002 exited with exitCode: 1
pfa an error screenshot.hive-error.png
Created 02-19-2016 03:49 PM
Your application crashed or died.
yarn log -applicationid appid
The above command will give you more idea
Created 02-19-2016 03:50 PM
yarn log -applicationid application_1452243782005_0292
Created 02-20-2016 06:56 AM
@Neeraj
Showing an error: could not find or load main class log
Created 02-20-2016 11:16 AM
Created 02-24-2016 07:21 AM
@Nilesh whats the output of yarn logs -applicationid application_1452243782005_0292 ?
Created 02-20-2016 05:35 PM
@Nilesh what class is it reporting thats missing?
Created 02-24-2016 07:11 AM
Error has been resolved by changing execution engine to map reduce but,when i put it back to tez facing the same issue. Does tez require any tuning or extra configuration to be add in hive-site.xml to run hive with tez?
Created 02-24-2016 12:22 PM
Go through this doc and see if you're missing any properties
Created 05-14-2016 02:25 PM
@Nilesh: I have the exact same problem. How did you solve this?