Re: Hive unit test errors

2013-09-06 Thread Eric Chu
I found out what I missed - I needed to set JAVA_HOME. It'd be good if we could add that to the unit test documentation. It's not intuitive to me b/c some tests did run w/out that. After setting that, the unit tests seem to run fine. Thanks, Eric On Fri, Sep 6, 2013 at 2:27 AM, Eric Chu wrote:

Re: error executing the tutorial -> https://cwiki.apache.org/confluence/display/Hive/HiveAws+HivingS3nRemotely

2013-09-06 Thread Nitin Pawar
did you try setting them in hive-site.xml file ? On Sat, Sep 7, 2013 at 2:18 AM, wrote: > Hi, > > ** ** > > Can anybody please reply to this below? I am stuck up very bad. > > ** ** > > Regards, > > Shouvanik > > ** ** > > *From:* Haldar, Shouvanik > *Sent:* Friday, September 0

RE: error executing the tutorial -> https://cwiki.apache.org/confluence/display/Hive/HiveAws+HivingS3nRemotely

2013-09-06 Thread shouvanik.haldar
Hi, Can anybody please reply to this below? I am stuck up very bad. Regards, Shouvanik From: Haldar, Shouvanik Sent: Friday, September 06, 2013 11:22 PM To: user@hive.apache.org Subject: RE: error executing the tutorial -> https://cwiki.apache.org/confluence/display/Hive/HiveAws+HivingS3nRemote

RE: error executing the tutorial -> https://cwiki.apache.org/confluence/display/Hive/HiveAws+HivingS3nRemotely

2013-09-06 Thread shouvanik.haldar
Hi , I tried to set the parameters inside hive-site.xml on the node from where I am running hive. Even "hive>set;" command showed me that the parameters were successfully set. Yet, when running hive "CREATE EXTERNAL TABLE...", I am getting the following error FAILED: Error in metadata: MetaEx

Re: DISCUSS: Hive language manual to be source control managed

2013-09-06 Thread Alan Gates
On Sep 4, 2013, at 10:38 PM, Lefty Leverenz wrote: > > > Let me split another hair: "my" converted files actually belong to > Hortonworks, and Alan deserves credit for assigning that task to me (thanks, > Alan). I'd better return the files so they can contribute them. I don't think we (Ho

RE: error executing the tutorial -> https://cwiki.apache.org/confluence/display/Hive/HiveAws+HivingS3nRemotely

2013-09-06 Thread shouvanik.haldar
Hi, Is it possible to permanently set the below parameters? Please help. Thanks, SHouvanik From: Jitendra Yadav [mailto:jeetuyadav200...@gmail.com] Sent: Thursday, September 05, 2013 6:02 PM To: user@hive.apache.org Subject: Re: error executing the tutorial -> https://cwiki.apache.org/confluenc

Deploy UDF on Hive Thrift

2013-09-06 Thread Marcelo Beckmann
Dear all, I've developed a UDF function for Hive, and I'm facing some problems to deploy this one on a Hive Thrift server. I've tried to use a .hiverc, and this worked fine for local, but didn't work for hive server. Is there another way to deploy the UDFs? Thanks in advance, -- Marcelo Beck