Re: Hive 0.14 startup error

2015-05-07 Thread Eduardo Ferreira
The recommendation is to set permissions to 1777 on /tmp, including /tmp/hive. On May 7, 2015 9:49 PM, "Rahul Channe" wrote: > Hi All, > > I am getting following error on starting hive 0.14. Need help > > user@ubuntuvm:~/hive-0.14.0$ hive > > Logging initialized using configuration in > jar:file:

Hive 0.14 startup error

2015-05-07 Thread Rahul Channe
Hi All, I am getting following error on starting hive 0.14. Need help user@ubuntuvm:~/hive-0.14.0$ hive Logging initialized using configuration in jar:file:/home/user/hive-0.14.0/lib/hive-common-0.14.0.jar!/hive-log4j.properties Exception in thread "main" java.lang.RuntimeException: java.lang.Ru

Re: FAILED: LockException [Error 10280]: Error communicating with the metastore

2015-05-07 Thread Eugene Koifman
looking at the code, TxnHandler.checkQFileTestHack should only do anything if hive.in.test or hive.in.tez.test is true which I think is only used by unit tests From: "Grant Overby (groverby)" mailto:grove...@cisco.com>> Reply-To: "user@hive.apache.org" mailto:user@h

Re: Hive : plan serialization format option

2015-05-07 Thread amit kumar
Thank you Jason, will upgrade the hive 0.14, and tried out the bug. On Fri, May 8, 2015 at 1:43 AM, Jason Dere wrote: > The javaXML issue referenced by that bug should be fixed by hive-0.14 .. > note the original poster was using hive-0.13 > > > On May 7, 2015, at 12:48 PM, amit kumar wrote:

Re: Hive : plan serialization format option

2015-05-07 Thread Jason Dere
The javaXML issue referenced by that bug should be fixed by hive-0.14 .. note the original poster was using hive-0.13 On May 7, 2015, at 12:48 PM, amit kumar mailto:ak3...@gmail.com>> wrote: Jason, The last comment is "This has been fixed in 0.14 release. Please open new jira if you see any

Re: Hive : plan serialization format option

2015-05-07 Thread amit kumar
Jason, The last comment is "This has been fixed in 0.14 release. Please open new jira if you see any issues." is this issue resolved in hive 0.14 ? On Tue, May 5, 2015 at 11:36 PM, Jason Dere wrote: > Looks like you are running into > https://issues.apache.org/jira/browse/HIVE-8321, fixed i

Re: FAILED: LockException [Error 10280]: Error communicating with the metastore

2015-05-07 Thread Grant Overby (groverby)
I’ve declared bankruptcy on the test cluster and am reinstalling the OSes two get a clean test bed. I won’t be able to test this unless the problem comes up again after reinstall. If disabling concurrency works, that will create a new problem. The purpose of this test is to try hive streaming i

Re: Can't access file in Distributed Cache in Hive 1.1.0

2015-05-07 Thread Jason Dere
Is this on Hive CLI, or using HiveServer2? Can you run "explain select in_file('a', './testfile') from a;" from both Hive 1.0.0 and hive 1.1.0 and see if they look different? One possibile thing that might be happening here is that in Hive-1.1.0, this query is being executed without the need for

Re: Hive : plan serialization format option

2015-05-07 Thread amit kumar
what error you are getting after mentioning javaxml in place of kryo On Wed, May 6, 2015 at 12:44 AM, Bhagwan S. Soni wrote: > Please find attached error log for the same. > > On Tue, May 5, 2015 at 11:36 PM, Jason Dere wrote: > >> Looks like you are running into >> https://issues.apache.org/j

Re: FAILED: LockException [Error 10280]: Error communicating with the metastore

2015-05-07 Thread Bhagwan S. Soni
Execute below property on hive prompt set hive.support.concurrency=false; and then try running your query, it should work. Let me know if it won't. On Thu, May 7, 2015 at 8:29 PM, Grant Overby (groverby) wrote: > My environment has HDP 2.2 installed without hive. Hive 1.1 is installed > indepen

RE: Error : "Cannot create a path from empty string"

2015-05-07 Thread Viral Bajaria
Since the output is from an intermediate step it was already cleaned up and I wasn't able to check. Isn't the stack trace below saying that the path string was empty and not the contents of the file ? Or am I reading it wrong ? The query runs with a few conf changes like HiveInputFormat, num ma

FAILED: LockException [Error 10280]: Error communicating with the metastore

2015-05-07 Thread Grant Overby (groverby)
My environment has HDP 2.2 installed without hive. Hive 1.1 is installed independently of HDP. This is a new setup. I can get a hive cli prompt, but when I run ‘show databases;’ I get ‘FAILED: LockException [Error 10280]: Error communicating with the metastore’. The metastore is running. If I s

Re: Can't access file in Distributed Cache in Hive 1.1.0

2015-05-07 Thread Zsolt Tóth
Does this error occur for anyone else? It might be a serious issue. 2015-05-05 13:59 GMT+02:00 Zsolt Tóth : > Hi, > > I've just upgraded to Hive 1.1.0 and it looks like there is a problem with > the distributed cache. > I use ADD FILE, then an UDF that wants to read the file. The following > synt

Re: Error : "Cannot create a path from empty string"

2015-05-07 Thread unmesha sreeveni
Did you checked the Path?Whether it is empty or contain contents? On Thu, May 7, 2015 at 1:42 PM, Viral Bajaria wrote: > Hi, > > We are facing a weird error in a multi-stage mapreduce job (> 10 jobs). > > A few stages run fine and then randomly 1 of the job would fail with the > following error

Error : "Cannot create a path from empty string"

2015-05-07 Thread Viral Bajaria
Hi, We are facing a weird error in a multi-stage mapreduce job (> 10 jobs). A few stages run fine and then randomly 1 of the job would fail with the following error: 2015-05-07 07:56:01,467 WARN org.apache.hadoop.mapred.Child: Error running child java.lang.IllegalArgumentException: Can not creat