Skip to content

Commit b562451

Browse files
committed
Remove unused jobConfCacheKey field.
1 parent dd25697 commit b562451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ class HadoopRDD[K, V](
122122
minPartitions)
123123
}
124124

125-
protected val jobConfCacheKey = "rdd_%d_job_conf".format(id)
126-
127125
protected val inputFormatCacheKey = "rdd_%d_input_format".format(id)
128126

129127
// used to build JobTracker ID

0 commit comments

Comments
 (0)