[ https://issues.apache.org/jira/browse/DRILL-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Nadeau updated DRILL-1667: ---------------------------------- Assignee: Sean Hsuan-Yi Chu > storageformat is deprecated but still appears in the default dfs configuration > ------------------------------------------------------------------------------ > > Key: DRILL-1667 > URL: https://issues.apache.org/jira/browse/DRILL-1667 > Project: Apache Drill > Issue Type: Bug > Affects Versions: 0.6.0 > Environment: Embedded mode on Mac OSX, running latest 0.6 release > Reporter: Bob Rumsby > Assignee: Sean Hsuan-Yi Chu > > The default workspaces for DFS still show "storageformat" although this > setting is deprecated. > { > "type": "file", > "enabled": true, > "connection": "file:///", > "workspaces": { > "root": { > "location": "/", > "writable": false, > "storageformat": null > }, > "tmp": { > "location": "/tmp", > "writable": true, > "storageformat": "csv" > } > Here is a related email thread from 10/15: > My understanding when I wrote the CTAS description was that the alter option > would be deprecated and the storageformat would work in the plugin. > On Wed, Oct 15, 2014 at 4:07 PM, Andries Engelbrecht > <aengelbre...@maprtech.com> wrote: > Thx, the alter session setting worked. > Unfortunately it is not in the documentation as a session option. > https://cwiki.apache.org/confluence/display/DRILL/Planning+and+Execution+Options > And seems to contradict the documentation as to how the format is set. > https://cwiki.apache.org/confluence/display/DRILL/CREATE+TABLE+AS+%28CTAS%29+Command > On Wed, Oct 15, 2014 at 3:37 PM, Steven Phillips <sphill...@maprtech.com> > wrote: > yeah, this setting in workspace is deprecated, and should be removed. > On Wed, Oct 15, 2014 at 3:32 PM, Chun Chang <cch...@maprtech.com> wrote: > You will need to set the store.format to your desired format. For example, to > create table stored in json format, do the following: > 0: jdbc:drill:zk=local> alter session set `store.format` = 'json'; -- This message was sent by Atlassian JIRA (v6.3.4#6332)