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

    https://github.com/apache/spark/pull/19294#discussion_r143305853
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.scala
 ---
    @@ -57,6 +60,15 @@ class HadoopMapReduceCommitProtocol(jobId: String, path: 
String)
        */
       private def absPathStagingDir: Path = new Path(path, "_temporary-" + 
jobId)
     
    +  /**
    +   * Checks whether there are files to be committed to an absolute output 
location.
    +   *
    +   * As the committing and aborting the job occurs on driver where 
`addedAbsPathFiles` is always
    --- End diff --
    
    done


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to