You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/02/11 01:02:56 UTC

git commit: AMBARI-4587. TEZ site file incorrectly defined in metainfo.xml. (Erin Boyd via yusaku)

Updated Branches:
  refs/heads/trunk 2b4e39563 -> c9ddb9e84


AMBARI-4587. TEZ site file incorrectly defined in metainfo.xml. (Erin Boyd via yusaku)


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

Branch: refs/heads/trunk
Commit: c9ddb9e84e3707ea8ba60427e5b1045fbdf02198
Parents: 2b4e395
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Feb 10 16:02:21 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Feb 10 16:02:21 2014 -0800

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.1.1/services/TEZ/metainfo.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c9ddb9e8/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/metainfo.xml
index cbd1a35..cae45c3 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/metainfo.xml
@@ -53,7 +53,7 @@
 
       <configuration-dependencies>
         <config-type>global</config-type>
-        <config-type>tez-site.xml</config-type>
+        <config-type>tez-site</config-type>
       </configuration-dependencies>
 
     </service>