Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
1.4.1, 1.5.0
-
None
Description
Parquet 1.7.0 renames package name to "org.apache.parquet", need to adjust ParquetRelation.enableLogForwarding accordingly to avoid noisy log output.
A better approach than simply muting these log lines is to redirect Parquet logs via SLF4J, so that we can handle them consistently. In general these logs are very useful. Esp. when used to diagnosing Parquet memory issue and filter push-down.
Attachments
Issue Links
- is duplicated by
-
SPARK-9631 Giant pile of parquet log when trying to read local data
- Closed
-
SPARK-13735 Log for parquet relation reading files is too verbose
- Resolved
- is related to
-
SPARK-16221 Redirect Parquet JUL logger via SLF4J for WRITE operations
- Resolved
-
SPARK-13735 Log for parquet relation reading files is too verbose
- Resolved
- links to