iam using *hive 1.0.0* and *tez 0.5.2.* when i set
*hive.execution.engine* value
in hive-site.xml to *tez*select query works well... but in case of
*insert* getting
error. the query is :

*insert into table tablename values(intvalue,'string value');*

and the error is :

*FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.tez.Tez Task*

Reply via email to