Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.1
-
None
Description
1) switch engine to tez
2) launch hive shell
3) use default;
4) create table stuff (id int);
5) select * from stuff where id = 0;
From hive shell, this was the output.
hive> select * from stuff where id = 0;
Total jobs = 1
Launching Job 1 out of 1
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask
hive> quit;