Re: Problem in hbase integration

2011-11-30 Thread Mohammad Tariq
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

Re: Problem in hbase integration

2011-11-30 Thread shashwat shriparv
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

AW: How to trigger an query

2011-11-30 Thread Ibrahim Acet
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/

Problem in hbase integration

2011-11-30 Thread Mohammad Tariq
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

Re: CombineHiveInputFormat and Merge files not working for compressed text files

2011-11-30 Thread Igor Tatarinov
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