DRILL-2098
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/12b47f17 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/12b47f17 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/12b47f17 Branch: refs/heads/gh-pages Commit: 12b47f17363f765ae9b66da54dbede6017c9480f Parents: 5f6a51a Author: Kristine Hahn <[email protected]> Authored: Mon May 18 07:26:31 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Mon May 18 07:26:31 2015 -0700 ---------------------------------------------------------------------- .../050-starting-drill-on-windows.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/12b47f17/_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 e8ef3e4..130faa1 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 @@ -5,10 +5,10 @@ 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 the apache-drill-0.1.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: +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:  4. Enter the username, `admin`, and password, also `admin` when prompted. The `0: jdbc:drill:zk=local>` prompt appears.
