[ 
https://issues.apache.org/jira/browse/HIVE-24591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Mollitor updated HIVE-24591:
----------------------------------
    Description: 
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

  was:
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}
beeline -Dorg.slf4j.simpleLogger.defaultLogLevel=debug ...
{code}

http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html


> 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: 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