Hanifi Gunes created DRILL-3282:
-----------------------------------
Summary: 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: Bridget Bevens
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)