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/22 20:31:00 UTC

[10/12] drill git commit: adeneche's updated output of select * from sys.drillbits pull request

adeneche's updated output of select * from sys.drillbits pull request


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

Branch: refs/heads/gh-pages
Commit: 01857c5db4c666a248ea98b138d92a6c7906ceeb
Parents: 3cbb00c
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Fri May 22 07:01:35 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Fri May 22 07:01:35 2015 -0700

----------------------------------------------------------------------
 _docs/install/050-starting-drill-in-distributed mode.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/01857c5d/_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 4a66447..aca25eb 100644
--- a/_docs/install/050-starting-drill-in-distributed mode.md	
+++ b/_docs/install/050-starting-drill-in-distributed mode.md	
@@ -44,11 +44,11 @@ Complete the following steps to start the Drill shell on the local node:
 
 Drill provides a list of Drillbits that are running.
 
-    +----------------+--------------+--------------+--------------------+
-    |    host        | user_port    | control_port |      data_port     |
-    +----------------+--------------+--------------+--------------------+
-    | <host address> | <port number>| <port number>|   <port number>    |
-    +----------------+--------------+--------------+--------------------+
+    +----------------+---------------+---------------+---------------+-----------+
+    |    hostname    | user_port     | control_port  |   data_port   |  current  |
+    +----------------+---------------+---------------+---------------+-----------+
+    | <host address> | <port number> | <port number> | <port number> | <boolean> |
+    +----------------+---------------+---------------+---------------+-----------+
 
 Now you can run queries. The Drill installation includes sample data
 that you can query. Refer to [Querying Parquet Files]({{ site.baseurl }}/docs/querying-parquet-files/).