Apache Drill Hbase查询 - 审计列

时间:2016-03-03 15:36:44

标签: apache-drill

如何编写查询以根据TimeRange等审计列提取条件数据

我实际上希望根据时间戳过滤数据,即基本上提取特定版本的数据

1 个答案:

答案 0 :(得分:0)

根据Write Drill query output to csv (or some other format)

use dfs.tmp; 
alter session set `store.format`='csv';
create table dfs.tmp.my_output as select * from cp.`employee.json`;