Created 04-05-2018 01:32 PM
as i run a small query on a small table in hive the job is running for infinite time using tez engine. how to solve this?
all these days i had a problem of invoking the hive shell with tez, this has been reslved but now this new error has got appearing.
Created 04-05-2018 01:41 PM
Can you see multiple outputs?
Can you please provide logs?
Once you run a job in tez, the session/container with Application master will be there for sometime, that doesn't mean it's running all the time.
Created 04-05-2018 01:44 PM
i am not getting the output atall.
Created 04-05-2018 01:56 PM
tez.png this is the screenshot of the job, it has taken 100+ seconds already for a query on a 3 line table.
Created 04-05-2018 02:19 PM
Seems like it's unable to assign resources. Please check resource utilization.
Created 04-27-2018 08:01 AM
tq for all the answers. i had allocated the resources according to the norms and was successful in launching the job.