Repository: hive
Updated Branches:
  refs/heads/branch-3 369798d90 -> fc2c22017


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

Signed-off-by: Gopal V <[email protected]>


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

Branch: refs/heads/branch-3
Commit: fc2c2201701ef5dfdcd7d6586419207b593d8fe6
Parents: 369798d
Author: Raj Kumar Singh <[email protected]>
Authored: Mon Jul 9 09:19:07 2018 -0700
Committer: Gopal V <[email protected]>
Committed: Mon Jul 9 09:38:31 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/fc2c2201/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.

Reply via email to