Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0, 4.0.0
-
Included slf4j logger in the ConditionalResolverSkewJoin.java in the IOException part
Description
} catch (IOException e) {
e.printStackTrace();
}
Introduce an SLF4J logger to this class and print a WARN level log message if the IOException from Utilities.listStatusIfExists is generated. I suggest WARN because the entire operation doesn't fail if this error happens. It continues on its way with the data that it was able to collect. I'm not sure if this is the intended behavior, but for now, a helpful warning message in the logging would be better.
Attachments
Attachments
Issue Links
- is cloned by
-
HIVE-21099 Do Not Print StackTraces to STDERR in ConditionalResolverMergeFiles
- Closed
- links to