Re: HBase as input AND output?

2010-10-13 Thread John Sichi
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 >

Re: HBase as input AND output?

2010-10-13 Thread Otis Gospodnetic
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? > &

HBase as input AND output

2010-10-13 Thread Otis Gospodnetic
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

Re: HBase as input AND output?

2010-10-13 Thread Tim Robertson
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

HBase as input AND output?

2010-10-13 Thread Otis Gospodnetic
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