BELUGA BEHR created HIVE-19404:
----------------------------------
Summary: Revise DDL Task Result Logging
Key: HIVE-19404
URL: https://issues.apache.org/jira/browse/HIVE-19404
Project: Hive
Issue Type: Improvement
Components: HiveServer2
Affects Versions: 3.0.0, 2.4.0
Reporter: BELUGA BEHR
There is some logging in {{DDLTask}} that can be made better:
{code}
2018-05-03 03:08:32,524 INFO hive.ql.exec.DDLTask:
[HiveServer2-Background-Pool: Thread-101980]: results : 706
{code}
This logging should either be demoted to _debug_ level logging and/or requires
additional context.
{code}
2018-05-03 03:08:32,524 INFO hive.ql.exec.DDLTask:
[HiveServer2-Background-Pool: Thread-101980]: Found 706 tables that match the
SHOW DATABASE statement
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)