You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Kristine Hahn (JIRA)" <ji...@apache.org> on 2015/06/19 01:46:00 UTC

[jira] [Resolved] (DRILL-3282) Example in workspace documentation is invalid

     [ https://issues.apache.org/jira/browse/DRILL-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristine Hahn resolved DRILL-3282.
----------------------------------
    Resolution: Fixed

Fixed: http://drill.apache.org/docs/file-system-storage-plugin/

Thanks!

> Example in workspace documentation is invalid
> ---------------------------------------------
>
>                 Key: DRILL-3282
>                 URL: https://issues.apache.org/jira/browse/DRILL-3282
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.0.0
>            Reporter: Hanifi Gunes
>            Assignee: Kristine Hahn
>
> Example workspaces given in [file system storage plugin|http://drill.apache.org/docs/file-system-storage-plugin/] is wrong in that configuration entries are case-sensitive and should have been typed in camel case. This rule applies to storage plugin configurations in general.
> {code:title=an invalid example workspace definition from documentation}
>     "root": {
>       "location": "/user/max/donuts",
>       "writable": false,
>       "defaultinputformat": null // invalid enty
>      }
> {code}
> {code:title=working workspace definition with entry names camel cased}
>     "root": {
>       "location": "/user/max/donuts",
>       "writable": false,
>       "defaultInputFormat": null // camel case
>      }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)