[SPARK-2585] Remove special handling of Hadoop JobConf#2683
[SPARK-2585] Remove special handling of Hadoop JobConf#2683JoshRosen wants to merge 3 commits intoapache:masterfrom
Conversation
Conflicts: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala
|
QA tests have started for PR 2683 at commit
|
There was a problem hiding this comment.
@rxin I'm not sure that it's safe to remove this synchronization around the JobConf constructor. This synchronization was originally added to address HADOOP-10456, which affects a number of Hadoop versions that we still want to be compatible with.
|
QA tests have finished for PR 2683 at commit
|
|
Test PASSed. |
|
Due to the Therefore, I don't think that we'll be able to safely remove this complexity, so I'm going to recommend closing this PR in favor of applying the small #2684 fix in 1.2. |
This is a resubmission of @rxin's #1648 (closes #1648).