Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/542#discussion_r11981593
--- 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 --
Ya I'll change this. I think we are sort of inconsistent on this in the
code base, but we don't typically use ALL_CAPS for `val`'s inside of objects.
---
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.
---