Re: Hive - Tez error with big join - Container expired.

2015-06-18 Thread Gopal Vijayaraghavan
> I have a pretty big Hive Query. I¹m joining over 3 Hive-Tables which >have thousands of lines each. I¹m grouping this join by several columns. Hive-on-Tez shouldn¹t have any issue even with billion of lines on a JOIN. > 0 failed, info=[Containercontainer_1434357133795_0008_01_39 finished >w

Re: Hive - Tez error with big join - Container expired.

2015-06-18 Thread Jianfeng (Jeff) Zhang
mailto:d...@web-computing.de>> Reply-To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Date: Thursday, June 18, 2015 at 5:35 AM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> S

Hive - Tez error with big join - Container expired.

2015-06-17 Thread Daniel Klinger
Hi all, I have a pretty big Hive Query. I'm joining over 3 Hive-Tables which have thousands of lines each. I'm grouping this join by several columns. In the Hive-Shell this query only reach about 80%. After about 1400 seconds its canceling with the following error: Status: Failed Vertex

Re: hive tez error

2015-06-08 Thread Jianfeng (Jeff) Zhang
ive.apache.org>" mailto:user@hive.apache.org>> Date: Monday, June 8, 2015 at 3:52 PM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: hive tez error when i try to check getting this hadoop@localhost:~$ yarn l

Re: hive tez error

2015-06-08 Thread Sateesh Karuturi
6:15 > *To:* user > *Subject:* hive tez error > getting FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.exec.tez.TezTask > error... when iam trying to perform insert operation on hive(set > hive.execution.engine=tez). > whenever hive.execution.engine va

Re: hive tez error

2015-06-08 Thread r7raul1...@163.com
hive -hiveconf hive.root.logger=DEBUG,consoleTo See some debug log r7raul1...@163.com From: Sateesh Karuturi Date: 2015-06-08 16:15 To: user Subject: hive tez error getting FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask error... when iam trying

Re: hive tez error

2015-06-08 Thread Sateesh Karuturi
g > > > From: Sateesh Karuturi > Reply-To: "user@hive.apache.org" > Date: Monday, June 8, 2015 at 3:45 PM > To: "user@hive.apache.org" > Subject: hive tez error > > getting FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.ex

Re: hive tez error

2015-06-08 Thread Jianfeng (Jeff) Zhang
>> Date: Monday, June 8, 2015 at 3:45 PM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: hive tez error getting FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask erro

hive tez error

2015-06-08 Thread Sateesh Karuturi
getting FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask error... when iam trying to perform insert operation on hive(set hive.execution.engine=tez). whenever hive.execution.engine value is set to mr its works fine please help me out