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 <[email protected]> Authored: Mon May 18 14:18:43 2015 -0700 Committer: Kristine Hahn <[email protected]> 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: -  - The Windows command prompt opens. -3. At the sqlline> prompt, type `!connect jdbc:drill:zk=local` and then press Enter: -  -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"`` +  + At this point, you can [run queries]({{ site.baseurl }}/docs/drill-in-10-minutes#query-sample-data). ## Stopping Drill
