Repository: ambari Updated Branches: refs/heads/branch-2.4 ac239c694 -> 7ea37811e
AMBARI-17392. Add llap-*log4j config dependency for hive server interactive component (ajit) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7ea37811 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7ea37811 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7ea37811 Branch: refs/heads/branch-2.4 Commit: 7ea37811e1e55f1799e6dfa8067bebb797cd60ac Parents: ac239c6 Author: Ajit Kumar <[email protected]> Authored: Thu Jun 23 21:44:00 2016 -0700 Committer: Ajit Kumar <[email protected]> Committed: Thu Jun 23 21:44:00 2016 -0700 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7ea37811/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml index b44c063..d56522b 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml @@ -102,9 +102,14 @@ </customCommand> </customCommands> <configuration-dependencies> + <config-type>beeline-log4j2</config-type> + <config-type>hive-exec-log4j2</config-type> + <config-type>hive-log4j2</config-type> <config-type>hive-site</config-type> <config-type>hive-interactive-site</config-type> <config-type>hive-interactive-env</config-type> + <config-type>llap-cli-log4j2</config-type> + <config-type>llap-daemon-log4j</config-type> </configuration-dependencies> </component> </components>
