Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
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)
export HADOOP_CLIENT_OPTS="-Dorg.slf4j.simpleLogger.defaultLogLevel=debug" beeline ...
Attachments
Issue Links
- relates to
-
HIVE-24348 Beeline: Isolating dependencies and execution with java
- Closed
- links to