You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/07/25 13:03:36 UTC

git commit: AMBARI-6021. Hive ports are not configurable (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 54243b8a7 -> 5399843e4


AMBARI-6021. Hive ports are not configurable (aonishuk)


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

Branch: refs/heads/trunk
Commit: 5399843e4cbb9f394560028b7de92f710ca0aad0
Parents: 54243b8
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Fri Jul 25 14:03:33 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Fri Jul 25 14:03:33 2014 +0300

----------------------------------------------------------------------
 .../2.1.GlusterFS/services/HIVE/configuration/hive-site.xml  | 8 ++++++++
 .../stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml | 8 ++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5399843e/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml
index b584f73..c4e3d76 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/HIVE/configuration/hive-site.xml
@@ -472,4 +472,12 @@ limitations under the License.
     <description>Determines caching mechanism DataNucleus L2 cache will use. It is strongly recommended to use default value of 'none' as other values may cause consistency errors in Hive.</description>
   </property>
 
+  <property>
+    <name>hive.server2.thrift.port</name>
+    <value>10000</value>
+    <description>
+      TCP port number to listen on, default 10000.
+    </description>
+  </property>
+
 </configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/5399843e/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
index ee9abf0..6e60be2 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
@@ -490,4 +490,12 @@ limitations under the License.
     <description>Determines caching mechanism DataNucleus L2 cache will use. It is strongly recommended to use default value of 'none' as other values may cause consistency errors in Hive.</description>
   </property>
 
+  <property>
+    <name>hive.server2.thrift.port</name>
+    <value>10000</value>
+    <description>
+      TCP port number to listen on, default 10000.
+    </description>
+  </property>
+
 </configuration>