I am running a simple select count(*) from table and it fails when I run this over Tez engine.
While I run this same on MR engine it works.
Error: org.apache.hive.service.cli.HiveSQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask
This is the only error that comes out and no other information anywhere.
We Tried using “MR Engine” instead of “Tez Engine” and it failed.