BELUGA BEHR created HIVE-19403:
----------------------------------

             Summary: Demote 'Pattern' Logging
                 Key: HIVE-19403
                 URL: https://issues.apache.org/jira/browse/HIVE-19403
             Project: Hive
          Issue Type: Improvement
          Components: HiveServer2
    Affects Versions: 3.0.0, 2.4.0
            Reporter: BELUGA BEHR


In the {{DDLTask}} class, there is some logging that is not helpful to a 
cluster admin and should be demoted to _debug_ level logging.  In fact, in one 
place in the code, it already is.

{code}
LOG.info("pattern: {}", showDatabasesDesc.getPattern());
LOG.debug("pattern: {}", pattern);
LOG.info("pattern: {}", showFuncs.getPattern());
LOG.info("pattern: {}", showTblStatus.getPattern());
{code}

Here is an example... as an admin, I can already see what the pattern is, I do 
not need this extra logging.  It provides no additional context.

{code:java|title=Example}
2018-05-03 03:08:26,354 INFO  org.apache.hadoop.hive.ql.Driver: 
[HiveServer2-Background-Pool: Thread-101980]: Executing 
command(queryId=hive_20180503030808_e53c26ef-2280-4eca-929b-668503105e2e): SHOW 
TABLE EXTENDED FROM my_db LIKE '*'
2018-05-03 03:08:26,355 INFO  hive.ql.exec.DDLTask: 
[HiveServer2-Background-Pool: Thread-101980]: pattern: *
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to