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:40 UTC

[17/31] drill git commit: correct step 4

correct step 4


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/89213671
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/89213671
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/89213671

Branch: refs/heads/gh-pages
Commit: 8921367137597a127134a899b2ef386ed567f361
Parents: 12b47f1
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 18 07:32:49 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 18 07:32:49 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/89213671/_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 130faa1..027b052 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
@@ -8,7 +8,7 @@ Start the Drill shell using the **sqlline command**. The `zk=local` means the lo
 2. Go to the bin directory.
 2. Open Command Prompt and type the following command on the command line:
    ``sqlline.bat -u "jdbc:drill:zk=local"``
-3. At the sqlline> prompt, type `"!connect jdbc:drill:zk=local"` and then press Enter:
+3. At the sqlline> prompt, type `!connect jdbc:drill:zk=local` and then press Enter:
    ![sqlline]({{ site.baseurl }}/docs/img/sqlline1.png)
 4. Enter the username, `admin`, and password, also `admin` when prompted.
    The `0: jdbc:drill:zk=local>` prompt appears.