Unless you can pinpoint the problem to something Tez specific, hive-specific 
questions might be better off being asked on user@hive initially as there is a 
larger group there that understands Hive as compared to the Tez community. 

FWIW, TezTask error 1 means “something in the Hive layer using Tez or somewhere 
within Tez itself” had a failure. Without additional logs/stack trace, this is 
usually impossible to debug/pinpoint where the problem is.  

thanks
— Hitesh

On Jun 16, 2015, at 10:19 AM, Sateesh Karuturi <sateesh.karutu...@gmail.com> 
wrote:

> iam using hive 1.0.0 and tez 0.5.2. when i set hive.execution.engine value in 
> hive-site.xml to tezselect 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