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/04 17:48:09 UTC

[17/19] drill git commit: add win instructions

add win instructions


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

Branch: refs/heads/gh-pages
Commit: 34d92e9bc1852d617a18ba24d0183c9880237b3f
Parents: a96622d
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 4 06:55:34 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 4 06:55:34 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/34d92e9b/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index 06cc563..561995a 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -26,7 +26,7 @@ For example, to restart a Drillbit, navigate to the Drill installation directory
 ## Invoking SQLLine
 SQLLine is used as the Drill shell. SQLLine connects to relational databases and executes SQL commands. You invoke SQLLine for Drill in embedded or distributed mode. If you want to use a particular storage plugin, you specify the plugin as a schema when you invoke SQLLine.
 
-### SQLLine Command Syntax
+### SQLLine Command Syntax on Linux and Mac OS X
 To start SQLLine, use the following **sqlline command** syntax:
 
 
@@ -40,6 +40,9 @@ To start SQLLine, use the following **sqlline command** syntax:
 * `Zk=zkname` is one or more zookeeper host names or IP addresses, or the keyword `local`, which is an alias for localhost. Required.  
 * `port` is the zookeeper port number. Optional. Port 2181 is the default.  
 
+### SQLLine Command Syntax on Windows
+To start SQLLine on Windows, use the same syntax as Linux and Mac OS X, except enter the default user name and password (admin/admin) when prompted to do so.
+
 ## Examples of Starting Drill
 Issue the **sqlline** command from the Drill installation directory. The simplest example of how to start SQLLine is to identify the protocol, JDBC, and zookeeper node or nodes in the **sqlline** command. This example starts SQLLine on a node in an embedded, single-node cluster: