Return-Path: X-Original-To: apmail-drill-commits-archive@www.apache.org Delivered-To: apmail-drill-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FA2A18794 for ; Mon, 18 May 2015 23:36:25 +0000 (UTC) Received: (qmail 58146 invoked by uid 500); 18 May 2015 23:36:25 -0000 Delivered-To: apmail-drill-commits-archive@drill.apache.org Received: (qmail 58069 invoked by uid 500); 18 May 2015 23:36:25 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 57610 invoked by uid 99); 18 May 2015 23:36:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 23:36:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 01F9CE0AFC; Mon, 18 May 2015 23:36:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tshiran@apache.org To: commits@drill.apache.org Date: Mon, 18 May 2015 23:36:41 -0000 Message-Id: <884414a72e014a44a74ed07c3f73c2a7@git.apache.org> In-Reply-To: <408f81be21da42ada717f5460685b641@git.apache.org> References: <408f81be21da42ada717f5460685b641@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/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/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 Authored: Mon May 18 07:41:11 2015 -0700 Committer: Kristine Hahn 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: - ![sqlline]({{ site.baseurl }}/docs/img/sqlline1.png) -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.