Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1667

storageformat is deprecated but still appears in the default dfs configuration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.7.0
    • None
    • None
    • Embedded mode on Mac OSX, running latest 0.6 release

    Description

      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 <aengelbrecht@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 <sphillips@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 <cchang@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';

      Attachments

        Issue Links

          Activity

            People

              seanhychu Sean Hsuan-Yi Chu
              brumsby Bob Rumsby
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: