You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by go...@apache.org on 2018/02/05 22:28:54 UTC

hive git commit: HIVE-18597: LLAP: Always package the log4j2 API jar for org.apache.log4j (Gopal V, reviewed by Prasanth Jayachandran)

Repository: hive
Updated Branches:
  refs/heads/master b9e36a4aa -> 3e85169a0


HIVE-18597: LLAP: Always package the log4j2 API jar for org.apache.log4j (Gopal V, reviewed by Prasanth Jayachandran)


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

Branch: refs/heads/master
Commit: 3e85169a0876c9197b9c9e30279d3980467c6e79
Parents: b9e36a4
Author: Gopal V <go...@apache.org>
Authored: Mon Feb 5 14:28:36 2018 -0800
Committer: Gopal V <go...@apache.org>
Committed: Mon Feb 5 14:28:36 2018 -0800

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/3e85169a/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java
----------------------------------------------------------------------
diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java b/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java
index 23531a3..3eaaed7 100644
--- a/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java
+++ b/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java
@@ -398,7 +398,7 @@ public class LlapServiceDriver {
               org.apache.logging.log4j.core.Appender.class, // log4j-core
               org.apache.logging.slf4j.Log4jLogger.class, // log4j-slf4j
               // log4j-1.2-API needed for NDC
-              org.apache.log4j.NDC.class,
+              org.apache.log4j.config.Log4j1ConfigurationFactory.class,
               io.netty.util.NetUtil.class, // netty4
               org.jboss.netty.util.NetUtil.class //netty3
               };