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

    https://github.com/apache/spark/pull/42#discussion_r10183037
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/JobLogger.scala ---
    @@ -339,8 +217,8 @@ class JobLogger(val user: String, val logDirName: 
String)
        * @param jobEnd Job end event
        */
       override def onJobEnd(jobEnd: SparkListenerJobEnd) {
    -    val job = jobEnd.job
    -    var info = "JOB_ID=" + job.jobId
    +    val jobID = jobEnd.jobId
    --- End diff --
    
    Yeah, actually I had jobId before, but to make it consistent with the rest 
of the file I reverted it back to jobID. I'll change it back.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to