Repository: ambari Updated Branches: refs/heads/trunk 2b43a272c -> 4e5e8dc71
AMBARI-10282. Add missing Oozie dependency on hive-site, tez-site. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4e5e8dc7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4e5e8dc7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4e5e8dc7 Branch: refs/heads/trunk Commit: 4e5e8dc719b88730d9a42157423b7fccf029e9b2 Parents: 2b43a27 Author: Siddharth Wagle <[email protected]> Authored: Mon Mar 30 10:36:09 2015 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Mon Mar 30 12:39:44 2015 -0700 ---------------------------------------------------------------------- .../main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4e5e8dc7/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml index 563d8a0..17d4c17 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml @@ -161,6 +161,8 @@ <config-type>oozie-env</config-type> <config-type>oozie-log4j</config-type> <config-type>yarn-site</config-type> + <config-type>hive-site</config-type> + <config-type>tez-site</config-type> </configuration-dependencies> </service> </services>
