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

    https://github.com/apache/spark/pull/1218#discussion_r15548707
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/SimrSchedulerBackend.scala
 ---
    @@ -66,4 +66,6 @@ private[spark] class SimrSchedulerBackend(
         fs.delete(new Path(driverFilePath), false)
         super.stop()
       }
    +
    +  override def applicationId(): Option[String] = None
    --- End diff --
    
    I tried to explain in another comment, but just to reiterate: the goal here 
is not to create an application id, but to expose the application ID defined by 
the cluster manager. So `None` means the cluster manager hasn't provided an ID.


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

Reply via email to