Details
-
Sub-task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0.0
Description
if (console != null) { console.printInfo("OK"); }
- Console can never be 'null'
- OK is not an informative logging message, and in the HiveServer2 logs, it is often interwoven into the logging and is pretty much useless on its own, without having to trace back through the logs to see what happened before it. This is also printed out, even if an error occurred
Please remove this block of code.