You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by rajkrrsingh <gi...@git.apache.org> on 2018/07/05 21:21:43 UTC

[GitHub] hive pull request #392: HIVE-20099: Fix logger for LlapServlet

GitHub user rajkrrsingh opened a pull request:

    https://github.com/apache/hive/pull/392

    HIVE-20099: Fix logger for LlapServlet

    logger should be LlapServlet, not the JMXJsonServlet, it can mislead the user while debugging UI issues. so fixing this logger
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajkrrsingh/hive HIVE-20099

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/392.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #392
    
----
commit 0a814b76df75f1cfda3ba8522bf67eaa172d92f1
Author: Rajkumar singh <ra...@...>
Date:   2018-07-05T21:20:23Z

    HIVE-20099: Fix logger for LlapServlet

----


---