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

HCatStorer throws error while storing Pig int into HCat bigint column

2015-05-09 Thread Suraj Nayak
this. -- 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