Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/avro/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ log4j.additivity.org.apache.hadoop.hive.metastore.RetryingHMSHandler=false
log4j.logger.org.apache.hadoop.hive.metastore.RetryingHMSHandler=OFF

log4j.additivity.hive.ql.metadata.Hive=false
log4j.logger.hive.ql.metadata.Hive=OFF
log4j.logger.hive.ql.metadata.Hive=OFF
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm.... I didn't know Maven's checkstyle checks resources too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me neither, actually.

Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class ContinuousCoalesceRDD(

context.addTaskCompletionListener { ctx =>
threadPool.shutdownNow()
()
}

part.writersInitialized = true
Expand Down