[ 
https://issues.apache.org/jira/browse/HIVE-24591?focusedWorklogId=543660&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543660
 ]

ASF GitHub Bot logged work on HIVE-24591:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jan/21 14:05
            Start Date: 28/Jan/21 14:05
    Worklog Time Spent: 10m 
      Work Description: belugabehr commented on pull request #1833:
URL: https://github.com/apache/hive/pull/1833#issuecomment-769075680


   Eh. It actually needs some work.
   
   Since HiveServer and Beeline share a lib directory (if they are 
co-installed), I need to update the start scripts to deal with that since HS2 
uses log4j and beeline uses simple logger.... there will be issues if they are 
on the same classpath at the same time. That's why it will be nice if beeline 
is isolated to its own distribution. @nrg4878


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 543660)
    Time Spent: 2h 10m  (was: 2h)

> Move Beeline To SLF4J Simple Logger
> -----------------------------------
>
>                 Key: HIVE-24591
>                 URL: https://issues.apache.org/jira/browse/HIVE-24591
>             Project: Hive
>          Issue Type: Improvement
>          Components: Beeline
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> To make beeline as simple as possible, move its SLF4J logger implementation 
> to SLFJ-Simple logger.  This will allow users to change the logging level 
> simply on the command line.  Currently uses must create a Log4J configuration 
> file which is way too advance/cumbersome for a data analyst that just wants 
> to use SQL (and do some minor troubleshooting)
> {code:none}
> export HADOOP_CLIENT_OPTS="-Dorg.slf4j.simpleLogger.defaultLogLevel=debug"
> beeline ...
> {code}
> http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to