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 2015/06/12 00:39:01 UTC

[jira] [Updated] (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 ]

Bob Rumsby updated DRILL-3282:
------------------------------
    Assignee: Kristine Hahn  (was: Bridget Bevens)

> 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)