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/16 18:47:28 UTC

git commit: AMBARI-6506. Tez config change should flag restart of Hive (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 04fccec02 -> c68d382d2


AMBARI-6506. Tez config change should flag restart of Hive (aonishuk)


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

Branch: refs/heads/trunk
Commit: c68d382d290a73d2ba8b1c383a72b62e193e5550
Parents: 04fccec
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Wed Jul 16 19:47:27 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Wed Jul 16 19:47:27 2014 +0300

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.1/services/HIVE/metainfo.xml    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c68d382d/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/metainfo.xml
index f3f1b45..7bb600a 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/metainfo.xml
@@ -27,6 +27,7 @@
         <config-type>hive-site</config-type>
         <config-type>hive-log4j</config-type>
         <config-type>hive-exec-log4j</config-type>
+        <config-type>tez-site</config-type>
         <config-type>hive-env</config-type>
       </configuration-dependencies>
     </service>