aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorNick Lavers <nick.lavers@videoamp.com>2017-01-17 12:14:38 +0000
committerSean Owen <sowen@cloudera.com>2017-01-17 12:14:38 +0000
commit0019005a2d0f150fd00ad926d054a8beca4bbd68 (patch)
tree5e51517dad00b0d4848206cce57c51774805933d /sql/hive
parenta774bca05ec6dd0deec638048dc8672a84427f49 (diff)
downloadspark-0019005a2d0f150fd00ad926d054a8beca4bbd68.tar.gz
spark-0019005a2d0f150fd00ad926d054a8beca4bbd68.tar.bz2
spark-0019005a2d0f150fd00ad926d054a8beca4bbd68.zip
[SPARK-19219][SQL] Fix Parquet log output defaults
## What changes were proposed in this pull request? Changing the default parquet logging levels to reflect the changes made in PR [#15538](https://github.com/apache/spark/pull/15538), in order to prevent the flood of log messages by default. ## How was this patch tested? Default log output when reading from parquet 1.6 files was compared with and without this change. The change eliminates the extraneous logging and makes the output readable. Author: Nick Lavers <nick.lavers@videoamp.com> Closes #16580 from nicklavers/spark-19219-set_default_parquet_log_level.
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/src/test/resources/log4j.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/hive/src/test/resources/log4j.properties b/sql/hive/src/test/resources/log4j.properties
index 072bb25d30..a48ae9fc5e 100644
--- a/sql/hive/src/test/resources/log4j.properties
+++ b/sql/hive/src/test/resources/log4j.properties
@@ -61,5 +61,5 @@ log4j.additivity.org.apache.hadoop.hive.ql.io.RCFile=false
log4j.logger.org.apache.hadoop.hive.ql.io.RCFile=ERROR
# Parquet related logging
-log4j.logger.org.apache.parquet=ERROR
-log4j.logger.parquet=ERROR
+log4j.logger.org.apache.parquet.CorruptStatistics=ERROR
+log4j.logger.parquet.CorruptStatistics=ERROR