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 <aonis...@hortonworks.com>
Authored: Wed Sep 17 18:49:09 2014 +0300
Committer: Andrew Onishuk <aonis...@hortonworks.com>
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']

Reply via email to