Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/11978#discussion_r58250294
--- Diff: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala ---
@@ -109,10 +109,6 @@ class HadoopRDD[K, V](
minPartitions: Int)
extends RDD[(K, V)](sc, Nil) with Logging {
- if (initLocalJobConfFuncOpt.isDefined) {
- sparkContext.clean(initLocalJobConfFuncOpt.get)
--- End diff --
technically this might also regress behavior since it's `HadoopRDD` is not
private, but it's probably OK if this change improves performance since this
class is a `DeveloperApi`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]