You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Bob Rumsby (JIRA)" <ji...@apache.org> on 2014/11/10 02:13:33 UTC

[jira] [Created] (DRILL-1667) storageformat is deprecated but still appears in the default dfs configuration

Bob Rumsby created DRILL-1667:
---------------------------------

             Summary: 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


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 <ae...@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 <sp...@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 <cc...@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)