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 <[email protected]> wrote: > 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 my > research haven't given me any positive result. > > select * from hbase.`logData`; > > Gives me only the latest version of the data. > > Any help is appreciated. > > Thanks & Regards, > Jince James >
