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

[27/31] drill git commit: jinfeng's review, DRILL-3120

jinfeng's review, DRILL-3120


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

Branch: refs/heads/gh-pages
Commit: 34c8b14b26463e3367a04fc6707989ee42be48be
Parents: 9701675
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 18 14:18:43 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 18 14:18:43 2015 -0700

----------------------------------------------------------------------
 .../050-starting-drill-on-windows.md             |  2 +-
 _docs/tutorials/020-drill-in-10-minutes.md       | 19 +++++++++++--------
 2 files changed, 12 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/34c8b14b/_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 942d727..3f8caef 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
@@ -4,7 +4,7 @@ parent: "Installing Drill in Embedded Mode"
 ---
 Start the Drill shell using the **sqlline command**. The `zk=local` means the local node is the ZooKeeper node. Complete the following steps to launch the Drill shell:
 
-1. Open Command Prompt.
+1. Open Command Prompt.  
 2. Open the apache-drill-1.0.0 folder. For example:  
    ``cd apache-drill-1.0.0``
 3. Go to the bin directory. For example:  

http://git-wip-us.apache.org/repos/asf/drill/blob/34c8b14b/_docs/tutorials/020-drill-in-10-minutes.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/020-drill-in-10-minutes.md b/_docs/tutorials/020-drill-in-10-minutes.md
index 5a51043..a0b6203 100755
--- a/_docs/tutorials/020-drill-in-10-minutes.md
+++ b/_docs/tutorials/020-drill-in-10-minutes.md
@@ -86,14 +86,17 @@ At this point, you can start Drill.
 ## Start Drill on Windows
 Start Drill by running the sqlline.bat file and typing a connection string, as shown in the following procedure. The `zk=local` in the connection string means the local node is the ZooKeeper node:
 
-1. Open the apache-drill-1.0.0 folder.  
-2. Open the bin folder, and double-click the `sqlline.bat` file:
-   ![drill bin dir]({{ site.baseurl }}/docs/img/drill-bin.png)
-   The Windows command prompt opens.  
-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.
+Start the Drill shell using the **sqlline command**. The `zk=local` means the local node is the ZooKeeper node. Complete the following steps to launch the Drill shell:
+
+1. Open Command Prompt.  
+2. Open the apache-drill-1.0.0 folder. For example:  
+   ``cd apache-drill-1.0.0``
+3. Go to the bin directory. For example:  
+   ``cd bin``
+4. Type the following command on the command line:
+   ``sqlline.bat -u "jdbc:drill:zk=local"``
+   ![drill install dir]({{ site.baseurl }}/docs/img/sqlline1.png)
+
 At this point, you can [run queries]({{ site.baseurl }}/docs/drill-in-10-minutes#query-sample-data).
 
 ## Stopping Drill