aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed Kamal <ahmed.kamal@badrit.com>2016-03-09 12:28:58 +0000
committerSean Owen <sowen@cloudera.com>2016-03-09 12:28:58 +0000
commit8e8633e0b23a08cdcddcf3c5e8fd0ba3b337e389 (patch)
tree06da897791ddcfb9b3a887e4a1754563631711cd
parentc3689bc24e03a9471cd6e8169da61963c4528252 (diff)
downloadspark-8e8633e0b23a08cdcddcf3c5e8fd0ba3b337e389.tar.gz
spark-8e8633e0b23a08cdcddcf3c5e8fd0ba3b337e389.tar.bz2
spark-8e8633e0b23a08cdcddcf3c5e8fd0ba3b337e389.zip
[SPARK-13769][CORE] Update Java Doc in Spark Submit
JIRA : https://issues.apache.org/jira/browse/SPARK-13769 The java doc here (https://github.com/apache/spark/blob/e97fc7f176f8bf501c9b3afd8410014e3b0e1602/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L51) needs to be updated from "The latter two operations are currently supported only for standalone cluster mode." to "The latter two operations are currently supported only for standalone and mesos cluster modes." Author: Ahmed Kamal <ahmed.kamal@badrit.com> Closes #11600 from AhmedKamal/SPARK-13769.
-rw-r--r--core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
index 7d7ddccdcf..e8d0c3f9c3 100644
--- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
@@ -48,7 +48,7 @@ import org.apache.spark.util.{ChildFirstURLClassLoader, MutableURLClassLoader, U
/**
* Whether to submit, kill, or request the status of an application.
- * The latter two operations are currently supported only for standalone cluster mode.
+ * The latter two operations are currently supported only for standalone and Mesos cluster modes.
*/
private[deploy] object SparkSubmitAction extends Enumeration {
type SparkSubmitAction = Value