user feedback, json fixes
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/606a3934 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/606a3934 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/606a3934 Branch: refs/heads/gh-pages Commit: 606a3934d698c7fca894f580c1076c4ccf2d3642 Parents: ff56fed Author: Kristine Hahn <[email protected]> Authored: Fri Jun 5 10:20:40 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Fri Jun 5 10:20:40 2015 -0700 ---------------------------------------------------------------------- _docs/connect-a-data-source/040-file-system-storage-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/606a3934/_docs/connect-a-data-source/040-file-system-storage-plugin.md ---------------------------------------------------------------------- diff --git a/_docs/connect-a-data-source/040-file-system-storage-plugin.md b/_docs/connect-a-data-source/040-file-system-storage-plugin.md index d7e2579..e50d103 100644 --- a/_docs/connect-a-data-source/040-file-system-storage-plugin.md +++ b/_docs/connect-a-data-source/040-file-system-storage-plugin.md @@ -48,10 +48,10 @@ the following steps: "enabled" : true, "connection" : "hdfs://10.10.30.156:8020/", "workspaces" : { - "root : { + "root" : { "location" : "/user/root/drill", "writable" : true, - "defaultinputformat" : "null" + "defaultinputformat" : null } }, "formats" : {
