Jason, I agree. Customer Corning is okay with the current interface, but it is not the most natural interface at this point. Automatically recognizing the format with file extension would be more consistent.
Sungwook On Wed, Jan 7, 2015 at 8:42 AM, Jason Altekruse <[email protected]> wrote: > As we currently use file suffixes to determine file types on read, I think > it would make sense to have the same behavior on write (obviously with the > option to define overrides as users need them). Thoughts on the best user > experience here? > > -Jason Altekruse > > On Tue, Jan 6, 2015 at 1:01 PM, Sungwook Yoon <[email protected]> wrote: > > > Hey... Abdel, > > > > Thanks, > > It works > > > > Sungwook > > > > > > On Tue, Jan 6, 2015 at 12:40 PM, Abdel Hakim Deneche < > > [email protected]> > > wrote: > > > > > According to the Wiki > > > < > > > > > > https://cwiki.apache.org/confluence/display/DRILL/CREATE+TABLE+AS+%28CTAS%29+Command > > > > > > > you need to call: > > > > > > alter session set `store.format`='json'; > > > > > > to change the storage format. > > > > > > > > > > > > On Tue, Jan 6, 2015 at 12:35 PM, Sungwook Yoon <[email protected]> > > wrote: > > > > > > > Hi > > > > > > > > I am trying to save the query as csv > > > > > > > > So, I am doing > > > > > > > > create table as dfs.tmp.`/tmp.csv` select .. > > > > > > > > It creates a parquet file. > > > > Why did it not create csv file? > > > > > > > > Thanks, > > > > > > > > Sungwook > > > > > > > > > >
