You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/19 01:36:42 UTC

[19/31] drill git commit: correct schema spec

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 <kh...@maprtech.com>
Authored: Mon May 18 07:43:16 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
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