You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2016/03/11 20:07:31 UTC

spark git commit: [STREAMING][MINOR] Fix a duplicate "be" in comments

Repository: spark
Updated Branches:
  refs/heads/master 99b7187c2 -> eb650a81f


[STREAMING][MINOR] Fix a duplicate "be" in comments

Author: Liwei Lin <pr...@gmail.com>

Closes #11650 from lw-lin/typo.


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

Branch: refs/heads/master
Commit: eb650a81f14fa7bc665856397e19ddf1a92ca3c5
Parents: 99b7187
Author: Liwei Lin <pr...@gmail.com>
Authored: Fri Mar 11 11:07:27 2016 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Fri Mar 11 11:07:27 2016 -0800

----------------------------------------------------------------------
 .../src/main/scala/org/apache/spark/streaming/StateSpec.scala     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/eb650a81/streaming/src/main/scala/org/apache/spark/streaming/StateSpec.scala
----------------------------------------------------------------------
diff --git a/streaming/src/main/scala/org/apache/spark/streaming/StateSpec.scala b/streaming/src/main/scala/org/apache/spark/streaming/StateSpec.scala
index e6724fe..7c1ea2f 100644
--- a/streaming/src/main/scala/org/apache/spark/streaming/StateSpec.scala
+++ b/streaming/src/main/scala/org/apache/spark/streaming/StateSpec.scala
@@ -83,8 +83,7 @@ sealed abstract class StateSpec[KeyType, ValueType, StateType, MappedType] exten
   def numPartitions(numPartitions: Int): this.type
 
   /**
-   * Set the partitioner by which the state RDDs generated by `mapWithState` will be
-   * be partitioned.
+   * Set the partitioner by which the state RDDs generated by `mapWithState` will be partitioned.
    */
   def partitioner(partitioner: Partitioner): this.type
 


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