Github user sujith71955 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22572#discussion_r221371957
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala
---
@@ -183,15 +183,16 @@ object FileFormatWriter extends Logging {
val commitMsgs = ret.map(_.commitMsg)
committer.commitJob(job, commitMsgs)
- logInfo(s"Job ${job.getJobID} committed.")
+ logInfo(s"Job ${job.getConfiguration.get("mapreduce.job.id")}
committed.")
--- End diff --
Thanks for the suggestions!! I will update this PR.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]