Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4412#discussion_r24399228
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkEnv.scala ---
    @@ -76,6 +76,8 @@ class SparkEnv (
       // (e.g., HadoopFileRDD uses this to cache JobConfs and InputFormats).
       private[spark] val hadoopJobMetadata = new 
MapMaker().softValues().makeMap[String, Any]()
     
    +  private var tmpFilesDir: Option[String] = None
    --- End diff --
    
    Yeah this looks good. Maybe call it `driverTmpDirToDelete` or something to 
be extra clear?


---
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]

Reply via email to