Uh oh!
There was an error while loading. Please reload this page.
[SPARK-19219][SQL] Fix Parquet log output defaults - #16580
Conversation
nicklavers
commented
Jan 13, 2017
Link to this JIRA issue: https://issues.apache.org/jira/browse/SPARK-19219 |
srowen
commented
Jan 13, 2017
So the change here is really to turn up the log level for non-test code, not just the test code? it seems possibly reasonable but are there important warnings this would suppress for users? |
nicklavers
commented
Jan 13, 2017
That's possible. We could narrow the scope a bit and instead just set |
SparkQA
commented
Jan 13, 2017
Test build #71345 has finished for PR 16580 at commit
|
srowen
commented
Jan 15, 2017
@nicklavers yeah narrowing the scope seems more conservative and desirable. Do the test configs need to be changed similarly to match your newer proposal? |
…_default_parquet_log_level
c7df9ac to
cb80164Comparenicklavers
commented
Jan 16, 2017
I don't see why not |
SparkQA
commented
Jan 16, 2017
Test build #71459 has finished for PR 16580 at commit
|
SparkQA
commented
Jan 16, 2017
Test build #71462 has finished for PR 16580 at commit
|
SparkQA
commented
Jan 16, 2017
Test build #71460 has finished for PR 16580 at commit
|
srowen
commented
Jan 17, 2017
Merged to master |
## What changes were proposed in this pull request? Changing the default parquet logging levels to reflect the changes made in PR [apache#15538](apache#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> Closesapache#16580 from nicklavers/spark-19219-set_default_parquet_log_level.
## What changes were proposed in this pull request? Changing the default parquet logging levels to reflect the changes made in PR [apache#15538](apache#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> Closesapache#16580 from nicklavers/spark-19219-set_default_parquet_log_level.
What changes were proposed in this pull request?
Changing the default parquet logging levels to reflect the changes made in PR #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.