RE: LLAP - Hive on Tez - ERROR on SQL query

2020-02-28 Thread Aaron Grubb
on Tez - ERROR on SQL query Hi. I’m trying to make LLAP on HDP 3.1.4 with Hive 3.1.0 and Kerberos enabled works. When I run a SQL query like select count(*) from database group by column; I've got the following error: Caused by: java.lang.IllegalStateException

LLAP - Hive on Tez - ERROR on SQL query

2020-02-28 Thread Fernando Antunes
Hi. I’m trying to make LLAP on HDP 3.1.4 with Hive 3.1.0 and Kerberos enabled works. When I run a SQL query like select count(*) from database group by column; I've got the following error: Caused by: java.lang.IllegalStateException at com.google.common.base.Preconditions.checkSt

Re: Hive on tez error

2015-08-27 Thread Jianfeng (Jeff) Zhang
che.org>> Date: Friday, August 28, 2015 at 12:33 AM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>>, "u...@tez.apache.org<mailto:u...@tez.apache.org>" mailto:u...@tez.apache.org>> Subject: Hive on tez error I

Hive on tez error

2015-08-27 Thread Sateesh Karuturi
I am trying to connect hive database(execution.engine value changed to tez) using Java code... In case of select query its working But in the case of INSERT getting an error: The error looks like. Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoo

Re: tez error

2015-08-27 Thread Jianfeng (Jeff) Zhang
+ hive mail list Might be a hive bug. Best Regard, Jeff Zhang From: "hanked...@emar.com<mailto:hanked...@emar.com>" mailto:hanked...@emar.com>> Reply-To: user mailto:u...@tez.apache.org>> Date: Thursday, August 27, 2015 at 5:51 PM To: user mailto:u...@tez.apache.o

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 on tez error

2015-06-15 Thread Sateesh Karuturi
(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 8030/java tcp0 0 127.0.0.1:9000 127.0.0.1:40274 ESTABLISHED 8030/java tcp

Re: hive on tez error

2015-06-15 Thread Steve Howard
What does netstat -anp | grep 9000 show? On Mon, Jun 15, 2015 at 3:47 PM, Sateesh Karuturi < sateesh.karutu...@gmail.com> wrote: > iam using hive 1.0.0 and tez 0.5.2.. whenever iam trying to open the hive > getting following error: > Exception in thread "main" java.lang.RuntimeException: > java.i

hive on tez error

2015-06-15 Thread Sateesh Karuturi
iam using hive 1.0.0 and tez 0.5.2.. whenever iam trying to open the hive getting following error: Exception in thread "main" java.lang.RuntimeException: java.io.IOException: Previous writer likely failed to write hdfs://localhost:9000/tmp/hive/hadoop/_tez_session_dir/002dad89-59b6-43c9-92f9-1c7b22

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

Re: Hive on Tez Error

2014-11-21 Thread Gopal V
On 11/21/14, 10:11 AM, peterm_second wrote: Caused by: java.io.IOException: Previous writer likely failed to write hdfs://hadoop-nn.mo-data.com:9000/tmp/hive/root/_tez_session_dir/a0087fb2-1430-43fa-b3e1-06644ab4961d/*. Failing because I am unlikely to write too. at org.apache.hadoop.hiv

Hive on Tez Error

2014-11-21 Thread peterm_second
Hi Guys, I am trying to enable tez on my hiveserver2 but everytime I get this error Exception in thread "main" java.lang.RuntimeException: java.io.IOException: Previous writer likely failed to write hdfs://hadoop-nn.mo-data.com:9000/tmp/hive/root/_tez_session_dir/a0087fb2-1430-43fa-b3e1-06644ab