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

Reply via email to