You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2016/04/14 02:27:53 UTC

drill git commit: Update Drill ports doc - DRILL-4570

Repository: drill
Updated Branches:
  refs/heads/gh-pages 80512ed54 -> edabf91a4


Update Drill ports doc - DRILL-4570


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

Branch: refs/heads/gh-pages
Commit: edabf91a433c2602fc96f79c11cb560b7528f6bf
Parents: 80512ed
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Wed Apr 13 17:26:51 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Wed Apr 13 17:26:51 2016 -0700

----------------------------------------------------------------------
 .../configure-drill/100-ports-used-by-drill.md  | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/edabf91a/_docs/configure-drill/100-ports-used-by-drill.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/100-ports-used-by-drill.md b/_docs/configure-drill/100-ports-used-by-drill.md
index 2c5f6ff..65f6c05 100644
--- a/_docs/configure-drill/100-ports-used-by-drill.md
+++ b/_docs/configure-drill/100-ports-used-by-drill.md
@@ -1,16 +1,16 @@
 ---
 title: "Ports Used by Drill"
-date:  
+date: 2016-04-14 00:26:52 UTC
 parent: "Configure Drill"
 ---
-The following table provides a list of the ports that Drill uses, the port
-type, and a description of how Drill uses the port:
 
-| Port  | Type | Description                                                                                                                                                                    |
-|-------|------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 8047  | TCP  | Needed for the Drill Web Console.                                                                                                                                                   |
-| 31010 | TCP  | User port address. Used between nodes in a Drill cluster. Needed for an external client, such as Tableau, to connect into the cluster nodes. Also needed for the Drill Web Console. |
-| 31011 | TCP  | Control port address. Used between nodes in a Drill cluster. Needed for multi-node installation of Apache Drill.                                                               |
-| 31012 | TCP  | Data port address. Used between nodes in a Drill cluster. Needed for multi-node installation of Apache Drill.                                                                  |
-| 46655 | UDP  | Used for JGroups and Infinispan. Needed for multi-node installation of Apache Drill.                                                                                           |
+The table below lists the default ports that Drill uses and provides descriptions for each, as well as the corresponding configuration option. You can modify the configuration options in `<drill_home>/conf/drill-override.conf` to change the ports that Drill uses. See [Start-Up Options]({{site.baseurl}}/docs/start-up-options/) for more information. 
 
+
+| Default Port | Type | Configuration Option               | Description                                                                                                                                                                         |
+|--------------|------|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 8047         | TCP  | drill.exec.http.port               | Needed for the Drill Web Console.                                                                                                                                                   |
+| 31010        | TCP  | drill.exec.rpc.user.server.port    | User port address. Used between nodes in a Drill cluster. Needed for an external client, such as Tableau, to connect into the cluster nodes. Also needed for the Drill Web Console. |
+| 31011        | TCP  | drill.exec.rpc.bit.server.port     | Control port address. Used between nodes in a Drill cluster. Needed for multi-node installation of Apache Drill.                                                                    |
+| 31012        | TCP  | drill.exec.rpc.bit.server.port + 1 | Data port address. Used between nodes in a Drill cluster. Needed for multi-node installation of Apache Drill.                                                                       |
+<!---| 46655        | UDP  |                                    | Used for JGroups and Infinispan. Needed for multi-node installation of Apache Drill.                                                                                                |--->