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

    https://github.com/apache/spark/pull/4747#discussion_r25290402
  
    --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
    @@ -679,12 +680,25 @@ private[spark] object Utils extends Logging {
        * If no directories could be created, this will return an empty list.
        */
       private[spark] def getOrCreateLocalRootDirs(conf: SparkConf): 
Array[String] = {
    +    if (localRootDirs == null) {
    --- End diff --
    
    (On a side note, this patch might do some weird things if the method is 
called with different confs.)


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