You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/30 23:09:04 UTC

[1/3] drill git commit: clarify drillbit startup

Repository: drill
Updated Branches:
  refs/heads/gh-pages 175cfed09 -> 87a61ee0a


clarify drillbit startup


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

Branch: refs/heads/gh-pages
Commit: 87a61ee0ab27bc9369e443d2198c02466465af08
Parents: 6479c93
Author: Kris Hahn <kr...@apache.org>
Authored: Wed Dec 30 13:59:31 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Wed Dec 30 14:08:20 2015 -0800

----------------------------------------------------------------------
 .../050-starting-drill-in-distributed-mode.md    | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/87a61ee0/_docs/install/050-starting-drill-in-distributed-mode.md
----------------------------------------------------------------------
diff --git a/_docs/install/050-starting-drill-in-distributed-mode.md b/_docs/install/050-starting-drill-in-distributed-mode.md
index e93f866..cf5de4d 100644
--- a/_docs/install/050-starting-drill-in-distributed-mode.md
+++ b/_docs/install/050-starting-drill-in-distributed-mode.md
@@ -1,25 +1,21 @@
 ---
 title: Starting Drill in Distributed Mode
-date: 2015-12-30 19:09:53 UTC
+date: 2015-12-30 21:59:31 UTC
 parent: "Installing Drill in Distributed Mode"
 ---
 
-You start Drill in distributed mode in one of the following ways:
+To use Drill in distributed mode, you first need to start a Drill daemon (Drillbit) on each node in the cluster. Start the Drillbit before attempting to connect a client. To start the Drillbit, use the **drillbit.sh** command.
 
-* Using the **drillbit.sh** command
-* Starting the Drill Shell
-* Using an Ad-Hoc Connection to Drill
+{% include startnote.html %} If you use Drill in embedded mode, do not use the drillbit.sh command. {% include endnote.html %}
 
 ## Using the drillbit.sh Command
-To use Drill in distributed mode, you need to control a Drillbit. If you use Drill in embedded mode, you do not use the **drillbit.sh** command. 
-
-Using the **drillbit.sh** command you can perform the following tasks:
+In addition to starting a Drillbit, you use the **drillbit.sh** command to perform the other tasks:
 
 * Check the status of the Drillbit
-* Start, stop, or restart a Drillbit
+* Stop or restart a Drillbit
 * Configure a Drillbit to restart by default
 
-You can use a configuration file to start Drill. Using such a file is handy for controlling Drillbits on multiple nodes.
+You can use a configuration file to start Drillbits. Using such a file is handy for controlling Drillbits on multiple nodes.
 
 ### drillbit.sh Command Syntax
 
@@ -30,7 +26,8 @@ For example, to restart a Drillbit on a tarball installation, navigate to the Dr
 `bin/drillbit.sh restart`
 
 ## Starting the Drill Shell
-Using the Drill shell, you can connect to data sources and execute SQL commands. To start the Drill shell, run one of the following scripts, which are located in the bin directory of the Drill installation:
+
+Using the Drill shell, you can interactively query data in connected data sources using SQL commands. To start the Drill shell, run one of the following scripts, which are located in the bin directory of the Drill installation:
 
 * `drill-conf`  
   Opens the Drill shell using the connection string to ZooKeeper nodes specified in `drill-override.conf` in `<installation directory>/conf`.  


[2/3] drill git commit: minor edit

Posted by kr...@apache.org.
minor edit


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

Branch: refs/heads/gh-pages
Commit: 6479c93ee1f168da3bb3a583f84cc1296ab8fe8b
Parents: 83402f6
Author: Kris Hahn <kr...@apache.org>
Authored: Wed Dec 30 11:31:38 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Wed Dec 30 14:08:20 2015 -0800

----------------------------------------------------------------------
 _docs/install/045-distributed-mode-prerequisites.md                | 2 +-
 .../010-embedded-mode-prerequisites.md                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/6479c93e/_docs/install/045-distributed-mode-prerequisites.md
----------------------------------------------------------------------
diff --git a/_docs/install/045-distributed-mode-prerequisites.md b/_docs/install/045-distributed-mode-prerequisites.md
index 835cabc..17d3218 100644
--- a/_docs/install/045-distributed-mode-prerequisites.md
+++ b/_docs/install/045-distributed-mode-prerequisites.md
@@ -1,6 +1,6 @@
 ---
 title: "Distributed Mode Prerequisites"
-date: 2015-12-30 19:09:53 UTC
+date: 2015-12-30 19:31:38 UTC
 parent: "Installing Drill in Distributed Mode"
 ---
 You can install Apache Drill on one or more nodes to

http://git-wip-us.apache.org/repos/asf/drill/blob/6479c93e/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
----------------------------------------------------------------------
diff --git a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md b/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
index 7f97abe..42b742f 100644
--- a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
+++ b/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
@@ -1,6 +1,6 @@
 ---
 title: "Embedded Mode Prerequisites"
-date: 2015-12-30 19:09:53 UTC
+date: 2015-12-30 19:31:38 UTC
 parent: "Installing Drill in Embedded Mode"
 ---
 To use Drill only on a single node, install Drill in embedded mode. Installing Drill in embedded mode installs Drill locally on your machine. Embedded mode is a quick way to install and try Drill without having to


[3/3] drill git commit: clarify install docs

Posted by kr...@apache.org.
clarify install docs


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

Branch: refs/heads/gh-pages
Commit: 83402f68965e2a8d5979d2610b2b09d19b04fecc
Parents: 175cfed
Author: Kris Hahn <kr...@apache.org>
Authored: Wed Dec 30 11:09:53 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Wed Dec 30 14:08:20 2015 -0800

----------------------------------------------------------------------
 _docs/install/045-distributed-mode-prerequisites.md                | 2 +-
 .../010-embedded-mode-prerequisites.md                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/83402f68/_docs/install/045-distributed-mode-prerequisites.md
----------------------------------------------------------------------
diff --git a/_docs/install/045-distributed-mode-prerequisites.md b/_docs/install/045-distributed-mode-prerequisites.md
index 17d3218..835cabc 100644
--- a/_docs/install/045-distributed-mode-prerequisites.md
+++ b/_docs/install/045-distributed-mode-prerequisites.md
@@ -1,6 +1,6 @@
 ---
 title: "Distributed Mode Prerequisites"
-date: 2015-12-30 19:31:38 UTC
+date: 2015-12-30 19:09:53 UTC
 parent: "Installing Drill in Distributed Mode"
 ---
 You can install Apache Drill on one or more nodes to

http://git-wip-us.apache.org/repos/asf/drill/blob/83402f68/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
----------------------------------------------------------------------
diff --git a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md b/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
index 42b742f..7f97abe 100644
--- a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
+++ b/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
@@ -1,6 +1,6 @@
 ---
 title: "Embedded Mode Prerequisites"
-date: 2015-12-30 19:31:38 UTC
+date: 2015-12-30 19:09:53 UTC
 parent: "Installing Drill in Embedded Mode"
 ---
 To use Drill only on a single node, install Drill in embedded mode. Installing Drill in embedded mode installs Drill locally on your machine. Embedded mode is a quick way to install and try Drill without having to