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

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

    [ https://issues.apache.org/jira/browse/DRILL-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590176#comment-14590176 ] 

Kristine Hahn edited comment on DRILL-3282 at 6/17/15 5:54 PM:
---------------------------------------------------------------

Sorry for the delay. Fixed 3x in source file for [File System Storage Plugin|http://drill.apache.org/docs/file-system-storage-plugin], and 2x in source file for [Getting to Know the Drill Sandbox|http://drill.apache.org/docs/getting-to-know-the-drill-sandbox]. 

Committed: [gh-pages a6912ca] Will probably be published this afternoon.


was (Author: krishahn):
Sorry for the delay. Fixed 3x in source file for [File System Storage Plugin|http://drill.apache.org/docs/file-system-storage-plugin], and 2x in source file for [Getting to Know the Drill Sandbox|http://drill.apache.org/docs/getting-to-know-the-drill-sandbox]. Will probably be published this afternoon.

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