correct schema spec
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/3468b99b Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3468b99b Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3468b99b Branch: refs/heads/gh-pages Commit: 3468b99b7958be7697137f8ae8736cab34d6505e Parents: 7c95f5c Author: Kristine Hahn <[email protected]> Authored: Mon May 18 07:43:16 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Mon May 18 07:43:16 2015 -0700 ---------------------------------------------------------------------- .../050-starting-drill-on-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/3468b99b/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md ---------------------------------------------------------------------- diff --git a/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md b/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md index 8538c84..2cabb68 100644 --- a/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md +++ b/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md @@ -14,7 +14,7 @@ At this point, you can [submit queries]({{ site.baseurl }}/docs/drill-in-10-minu You can use the schema option in the **sqlline** command to specify a storage plugin. Specifying the storage plugin when you start up eliminates the need to specify the storage plugin in the query: For example, this command specifies the `dfs` storage plugin. - bin/sqlline âu jdbc:drill:schema=dfs;zk=local + c:\bin/sqlline âu "jdbc:drill:schema=dfs;zk=local" ## Exiting the Drill Shell
