Open benedeki opened 1 year ago
One of the provided ErrorHandling implementations. The ErrorMessage entries should go out to a log file.
ErrorHandling
ErrorMessage
Write errors into a log file, they won't appear in the result DataFrame.
DataFrame
Do we want to "pollute" the spark-commons library with a chosen standard logging implementation?
Background
One of the provided
ErrorHandling
implementations. TheErrorMessage
entries should go out to a log file.Feature
Write errors into a log file, they won't appear in the result
DataFrame
.Opened question:
Do we want to "pollute" the spark-commons library with a chosen standard logging implementation?