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 139F511B46 for ; Thu, 18 Sep 2014 14:43:51 +0000 (UTC) Received: (qmail 61247 invoked by uid 500); 18 Sep 2014 14:43:50 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 61123 invoked by uid 500); 18 Sep 2014 14:43:50 -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 60961 invoked by uid 99); 18 Sep 2014 14:43:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 14:43:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 714F9A1B0E1; Thu, 18 Sep 2014 14:43:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jonathanhurley@apache.org To: commits@ambari.apache.org Date: Thu, 18 Sep 2014 14:43:58 -0000 Message-Id: <7c32f74e98024c64987f9374d80853c3@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/34] git commit: AMBARI-7333. Tez deployment changes for Champlain (aonishuk) AMBARI-7333. Tez deployment changes for Champlain (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0449d222 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0449d222 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0449d222 Branch: refs/heads/branch-alerts-dev Commit: 0449d22238aedc5c6fe5489b40e58d01f0a9caf1 Parents: 6952fa4 Author: Andrew Onishuk Authored: Wed Sep 17 18:49:09 2014 +0300 Committer: Andrew Onishuk Committed: Wed Sep 17 18:49:09 2014 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0449d222/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py index fd8945f..ab86ff7 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py @@ -222,7 +222,8 @@ if System.get_instance().os_family == "ubuntu": mysql_configname = '/etc/mysql/my.cnf' else: mysql_configname = '/etc/my.cnf' - + +tez_tar_file = "/usr/lib/tez/tez*.tar.gz" # Hive security hive_authorization_enabled = config['configurations']['hive-site']['hive.security.authorization.enabled']