++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
this.
--
Thanks
Suraj Nayak M
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
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
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
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
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