In hbase shell we could use command like
get '/test/service','rk1',{COLUMN=>'fm1:col1',TIMERAGE=>[0,TS1]}
to query the record versions fall into [0,TS1) where TS1 is the timestamp
for each version (the ts1 we set when running the 'put' command).
Is there a way to do the same SQL query in Drill to query such data?
e.g. select * from hbase.`/test/table` as t where t.fm1.TIMESTAMP =
1442XXXXX
or is there a native search mod in Drill that I could use hbase query
instead of sql?
--
If you tell the truth, you don't have to remember anything..
Regards,
Abhishek Agrawal