Re: Hive external table to HBase multiple versions

2013-04-29 Thread Navis류승우
https://issues.apache.org/jira/browse/HIVE-2906 seemed what you are looking for. 2013/4/30 Richard Payne > Hi > > Is it possible to create a Hive external table pointing to an HBase column > family and for all versions of the data for the keys to be returned rather > than just I presume the lat

Hive external table to HBase multiple versions

2013-04-29 Thread Richard Payne
Hi Is it possible to create a Hive external table pointing to an HBase column family and for all versions of the data for the keys to be returned rather than just I presume the latest version of key/column to be returned. Regards