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/7c95f5ca Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/7c95f5ca Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/7c95f5ca Branch: refs/heads/gh-pages Commit: 7c95f5ca73d33947515d3aab5177f3dbe8b5c40e Parents: 8921367 Author: Kristine Hahn <[email protected]> Authored: Mon May 18 07:41:11 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Mon May 18 07:41:11 2015 -0700 ---------------------------------------------------------------------- .../050-starting-drill-on-windows.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/7c95f5ca/_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 027b052..8538c84 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,9 +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: -  -4. Enter the username, `admin`, and password, also `admin` when prompted. +3. Enter the username, `admin`, and password, also `admin` when prompted. The `0: jdbc:drill:zk=local>` prompt appears. At this point, you can [submit queries]({{ site.baseurl }}/docs/drill-in-10-minutes#query-sample-data) to Drill.
