Re: Beeline hivevar value with spaces and symbols

2016-01-18 Thread Suraj Nayak
++Hive Dev On Mon, Jan 18, 2016 at 5:19 PM, Suraj Nayak wrote: > Hi All, > > Am trying to pass a where condition as variable to hive hql via beeline. > > >- --hivevar somekey1='"someValue"' works well, >- --hivevar somekey2='"colum

Beeline hivevar value with spaces and symbols

2016-01-18 Thread Suraj Nayak
to (=) ? Any help or pointers to solve is appreciated. -- Thanks Suraj Nayak M

Re: Help needed in debugging HCatLoader for Pig

2015-05-09 Thread Suraj Nayak
ost likely, this is a setup issue. > > > Thanks > > Hari > -- > *From:* Suraj Nayak > *Sent:* Friday, May 08, 2015 1:14 PM > *To:* user@hive.apache.org; Hari Subramaniyan > *Subject:* Re: Help needed in debugging HCatLoader for Pig > >

HCatStorer throws error while storing Pig int into HCat bigint column

2015-05-09 Thread Suraj Nayak
this. -- Thanks Suraj Nayak M

Re: Help needed in debugging HCatLoader for Pig

2015-05-08 Thread Suraj Nayak
te: > Use ​-Dmaven.surefire.debug option and attach to port 5005 (default), > more info can be found here : > > > http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html > ​ > > > Thanks > > Hari > -- > *From:* S

Help needed in debugging HCatLoader for Pig

2015-05-08 Thread Suraj Nayak
p is appreciated! -- Thanks Suraj Nayak M

Re: Reading 2 table data in MapReduce for Performing Join

2015-03-26 Thread Suraj Nayak
This is solved. Used Writable instead of LongWritable or NullWritable in Mapper input key type. Thanks Suraj Nayak On 19-Mar-2015 9:48 PM, "Suraj Nayak" wrote: > Is this related to https://issues.apache.org/jira/browse/HIVE-4329 ? Is > there a workaround? > > On Thu, M

Re: Reading 2 table data in MapReduce for Performing Join

2015-03-19 Thread Suraj Nayak
Is this related to https://issues.apache.org/jira/browse/HIVE-4329 ? Is there a workaround? On Thu, Mar 19, 2015 at 9:47 PM, Suraj Nayak wrote: > Hi All, > > I was successfully able to integrate HCatMultipleInputs with the patch for > the tables created with TEXTFILE. But I get

Re: Reading 2 table data in MapReduce for Performing Join

2015-03-19 Thread Suraj Nayak
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1557) at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:162) Can anyone help? Thanks in advance! On Wed, Mar 18, 2015 at 11:00 PM, Suraj Nayak wrote: > Hi All, > > https://issues.apache.org/jira/browse/HIVE-4

Re: Reading 2 table data in MapReduce for Performing Join

2015-03-18 Thread Suraj Nayak
Hi All, https://issues.apache.org/jira/browse/HIVE-4997 patch helped! On Tue, Mar 17, 2015 at 1:05 AM, Suraj Nayak wrote: > Hi, > > I tried reading data via HCatalog for 1 Hive table in MapReduce using > something similar to > https://cwiki.apache.org/confluence/displa

Reading 2 table data in MapReduce for Performing Join

2015-03-16 Thread Suraj Nayak
o some processing on the records in reducer. - Save the output into file/Hive table. *P.S : The reason for using MapReduce to perform join is because of complex requirement which can't be solved via Hive/Pig directly. * Any help will be greatly appreciated :) -- Thanks & Regards Suraj Nayak M

Parquet OOME Java heap space on Large table on Insert Overwrite

2014-10-27 Thread Suraj Nayak
and configurations. Any help is appreciated! On Mon, Oct 27, 2014 at 11:40 PM, Suraj Nayak wrote: > Hi Parquet Developers, > > Am using Parquet for analytics on AWS EC2. A INSERT OVERWRITE from one > small hive to another tables works fine with parquet with snappy. But when > the