Thanks for the valuable info.
Regards,
Mohammad Tariq
On Thu, Dec 1, 2011 at 12:50 AM, shashwat shriparv
wrote:
> One thing i know that that hive-hbase-handler jar file and hbase jar file
> should be compatible. we need to compile it to make it to support latest
> version of hbase, which w
One thing i know that that hive-hbase-handler jar file and hbase jar file
should be compatible. we need to compile it to make it to support latest
version of hbase, which we can do by ant clean tar putting the current
version of hbase into lib folder of hive hbase handler. same thing i am
trying to
Thx for the tip
Von: Aniket Mokashi [mailto:aniket...@gmail.com]
Gesendet: Dienstag, 29. November 2011 02:36
An: user@hive.apache.org
Betreff: Re: How to trigger an query
You can take a look at --
https://issues.apache.org/jira/browse/HCATALOG-3
and
https://issues.apache.org/jira/browse/
Hello list,
I am totally new to hive and I am trying to integrate Hive and
Hbase. I was able to create table in HDFS properly, but when I tried
it for Hbase I ran into the following error -
solr@ubuntu:~/hive-0.7.0$ bin/hive --auxpath
/home/solr/hive-0.7.0/lib/hive-hbase-handler-0.7.0.jar,/hom
I might be wrong but I think EMR inserts a reduce job when writing data
into S3. At least in my case, I am able to create a single output file by
SET mapred.reduce.tasks = 1;
INSERT OVERWRITE TABLE price_history_s3
...
Without using any a combined format. The number of mappers _is_ determined
by