tored in HBase. Is this correct?
>
> Thanks,
> Otis
>
> Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
> Hadoop ecosystem search :: http://search-hadoop.com/
>
>
>
> - Original Message
>> From: Tim Robertson
>> To: user@hive.apache.org
>
Otis
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
Hadoop ecosystem search :: http://search-hadoop.com/
- Original Message
> From: Tim Robertson
> To: user@hive.apache.org
> Sent: Wed, October 13, 2010 4:45:31 PM
> Subject: Re: HBase as input AND output?
>
&
Hi,
I was wondering how I can query data stored in HBase and remembered Hive's
HBase
integration:
http://wiki.apache.org/hadoop/Hive/HBaseIntegration
After watching John Sichi's video
(http://developer.yahoo.com/blogs/hadoop/posts/2010/04/hundreds_of_hadoop_fans_at_the/
) I have a better ide
That's right. Hive can use an HBase table as an input format to the
hive query regardless of output format, and can also write the output
to an HBase table regardless of the input format. You can also
supposedly do a join in Hive that uses 1 side of the join from an
HBase table, and the other sid
Hi,
I was wondering how I can query data stored in HBase and remembered Hive's
HBase
integration:
http://wiki.apache.org/hadoop/Hive/HBaseIntegration
After watching John Sichi's video
(http://developer.yahoo.com/blogs/hadoop/posts/2010/04/hundreds_of_hadoop_fans_at_the/
) I have a better idea