Re: composite query on hbase and rcfile

2013-04-10 Thread Azuryy Yu
what's mean a composite query? Hive's query doesn't depends on file format, it can be ran on text file, sequence file, rcfile etc. On Thu, Apr 11, 2013 at 6:14 AM, ur lops urlop...@gmail.com wrote: Hi, Does anyone know, if hive can run a composite query over RCFILE and HBASE in the

RE: composite query on hbase and rcfile

2013-04-10 Thread Liu, Raymond
I guess rob mean that use one query to query rcfile and HBASE table at the same time. If your query is on two table, one upon rcfile, another upon HBASE through hbase storage handler, I think that should be ok. Best Regards, Raymond Liu what's mean a composite query? Hive's query doesn't

Re: composite query on hbase and rcfile

2013-04-10 Thread ur lops
Hi Raymond and Azuryy, I appreciate the response. Raymond answered my question and this is what I was looking for. Best Rob On Wed, Apr 10, 2013 at 7:08 PM, Liu, Raymond raymond@intel.com wrote: I guess rob mean that use one query to query rcfile and