Repository: ambari
Updated Branches:
  refs/heads/trunk 485a69dd8 -> 485d1cbb2


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/485d1cbb
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/485d1cbb
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/485d1cbb

Branch: refs/heads/trunk
Commit: 485d1cbb257e9250858fb2d74b728deb7ad767db
Parents: 485a69d
Author: Ajit Kumar <[email protected]>
Authored: Thu Jun 23 21:44:00 2016 -0700
Committer: Ajit Kumar <[email protected]>
Committed: Thu Jun 23 21:45:45 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/485d1cbb/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>

Reply via email to