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/07/09 16:32:56 UTC

[2/3] hive git commit: HIVE-20099: Fix logger for LlapServlet (Rajkumar Singh via Gopal V)

HIVE-20099: Fix logger for LlapServlet (Rajkumar Singh via Gopal V)

Signed-off-by: Gopal V <go...@apache.org>


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

Branch: refs/heads/master
Commit: eb91fa49db99396c3cf0e79d02962dbbaef55e06
Parents: d3bba71
Author: Raj Kumar Singh <ra...@hortonworks.com>
Authored: Mon Jul 9 09:19:07 2018 -0700
Committer: Gopal V <go...@apache.org>
Committed: Mon Jul 9 09:19:07 2018 -0700

----------------------------------------------------------------------
 service/src/java/org/apache/hive/http/LlapServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/eb91fa49/service/src/java/org/apache/hive/http/LlapServlet.java
----------------------------------------------------------------------
diff --git a/service/src/java/org/apache/hive/http/LlapServlet.java b/service/src/java/org/apache/hive/http/LlapServlet.java
index a0eb409..2bc59b5 100644
--- a/service/src/java/org/apache/hive/http/LlapServlet.java
+++ b/service/src/java/org/apache/hive/http/LlapServlet.java
@@ -34,7 +34,7 @@ import org.apache.hadoop.hive.llap.cli.LlapStatusServiceDriver;
 @SuppressWarnings("serial")
 public class LlapServlet extends HttpServlet {
 
-  private static final Log LOG = LogFactory.getLog(JMXJsonServlet.class);
+  private static final Log LOG = LogFactory.getLog(LlapServlet.class);
 
   /**
    * Initialize this servlet.