Re: Understanding Hive and Hbase

2011-12-02 Thread Gabriel Eisbruch
Ok, Thank so much, I have a clear idea now Gabriel. 2011/12/2 John Sichi > Yes, everything goes through the HBase API. > > JVS > > On Dec 2, 2011, at 2:09 PM, Gabriel Eisbruch wrote: > > > Ok, so The map/reduce jobs are connnected to The regionservers? > > > > Gabriel. > > > > El dic 2, 2011 6:

Re: Understanding Hive and Hbase

2011-12-02 Thread John Sichi
Yes, everything goes through the HBase API. JVS On Dec 2, 2011, at 2:09 PM, Gabriel Eisbruch wrote: > Ok, so The map/reduce jobs are connnected to The regionservers? > > Gabriel. > > El dic 2, 2011 6:52 p.m., "John Sichi" escribió: > The queries go through the region servers, not directly to

Re: Understanding Hive and Hbase

2011-12-02 Thread Gabriel Eisbruch
Ok, so The map/reduce jobs are connnected to The regionservers? Gabriel. El dic 2, 2011 6:52 p.m., "John Sichi" escribió: > The queries go through the region servers, not directly to HDFS. > > JVS > > On Dec 2, 2011, at 10:53 AM, Gabriel Eisbruch wrote: > > > Hi everybody, > > I have a q

Re: Understanding Hive and Hbase

2011-12-02 Thread John Sichi
The queries go through the region servers, not directly to HDFS. JVS On Dec 2, 2011, at 10:53 AM, Gabriel Eisbruch wrote: > Hi everybody, > I have a question about hbase hive integration that, I have not can > found in any where: if I run a hive query, this query will read the HFiles >

Understanding Hive and Hbase

2011-12-02 Thread Gabriel Eisbruch
Hi everybody, I have a question about hbase hive integration that, I have not can found in any where: if I run a hive query, this query will read the HFiles from hdfs and run into my hadoop cluster, Will the data in my region servers (not flushed yet) be process into the query? Thank you V