How to generate one single csv from Apache drill query -


i trying generate 1 single csv table query in drill, turns out resulting data folder has multiple csv files equal file size. how should set query generate 1 single csv file? thanks!

below script structure:

alter session set `store.format`='csv'; create table dfs.tmp.test select tb_left.col1, tb_left.col2 tb_left left join tb_right on tb_left.col1 = tb_right.col1 tb_left.col2 not null ; 


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -