Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A4681172A for ; Fri, 25 Jul 2014 11:03:36 +0000 (UTC) Received: (qmail 71298 invoked by uid 500); 25 Jul 2014 11:03:36 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 71272 invoked by uid 500); 25 Jul 2014 11:03:36 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 71263 invoked by uid 99); 25 Jul 2014 11:03:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2014 11:03:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 13FC19B476D; Fri, 25 Jul 2014 11:03:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aonishuk@apache.org To: commits@ambari.apache.org Message-Id: <223d6d5b492445d3928b8959099a019f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-6021. Hive ports are not configurable (aonishuk) Date: Fri, 25 Jul 2014 11:03:36 +0000 (UTC) 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 Authored: Fri Jul 25 14:03:33 2014 +0300 Committer: Andrew Onishuk 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. 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. + + hive.server2.thrift.port + 10000 + + TCP port number to listen on, default 10000. + + + 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. 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. + + hive.server2.thrift.port + 10000 + + TCP port number to listen on, default 10000. + + +