Re: Get multiple version of hbase column using drill

2016-08-29 Thread Aditya
Jince, Currently, it is not possible to query multiple versions of a Cell in HBase tables using Drill. Could you please describe your use case and what is the format of output you expect? aditya... On Mon, Aug 29, 2016 at 12:22 AM, Jince James wrote: > Hi there, > > > I am wondering how to g

Get multiple version of hbase column using drill

2016-08-29 Thread Jince James
Hi there, I am wondering how to get multiple versions[Timestamps?] of a column in hbase using drill. In hbase I am able to achieve this using get 'logData','rpm1472191794',{COLUMNS => ['derivatives','readings'],VERSIONS => 10} I am not able to get all the versions of the column in drill, and