fix typo in command
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/46617fc8 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/46617fc8 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/46617fc8 Branch: refs/heads/gh-pages Commit: 46617fc8004bb2f0b19c9380f34438f719a9086c Parents: 3468b99 Author: Kristine Hahn <[email protected]> Authored: Mon May 18 07:44:53 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Mon May 18 07:44:53 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/46617fc8/_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 2cabb68..2a4a9bd 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. - c:\bin/sqlline âu "jdbc:drill:schema=dfs;zk=local" + c:\bin\sqlline sqlline.bat âu "jdbc:drill:schema=dfs;zk=local" ## Exiting the Drill Shell
