You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/03/09 13:29:05 UTC

spark git commit: [SPARK-13769][CORE] Update Java Doc in Spark Submit

Repository: spark
Updated Branches:
  refs/heads/master c3689bc24 -> 8e8633e0b


[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 <ah...@badrit.com>

Closes #11600 from AhmedKamal/SPARK-13769.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8e8633e0
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8e8633e0
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8e8633e0

Branch: refs/heads/master
Commit: 8e8633e0b23a08cdcddcf3c5e8fd0ba3b337e389
Parents: c3689bc
Author: Ahmed Kamal <ah...@badrit.com>
Authored: Wed Mar 9 12:28:58 2016 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Mar 9 12:28:58 2016 +0000

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8e8633e0/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
----------------------------------------------------------------------
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 7d7ddcc..e8d0c3f 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org