Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19294#discussion_r143232229
--- 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 --
`As the committing` -> `As committing`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]