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

    https://github.com/apache/spark/pull/542#discussion_r11977493
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -38,6 +38,12 @@ object SparkSubmit {
     
       private var clusterManager: Int = LOCAL
     
    +  /**
    +   * A special jar name that indicates the class being run is inside of 
Spark itself,
    +   * and therefore no user jar is needed.
    +   */
    +  private val reservedJarName = "spark-internal"
    --- End diff --
    
    RESERVED_JAR_NAME because it's a constant?  Or am I stuck in Java land?


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