Repository: spark Updated Branches: refs/heads/master 99b7187c2 -> eb650a81f
[STREAMING][MINOR] Fix a duplicate "be" in comments Author: Liwei Lin <[email protected]> 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 <[email protected]> Authored: Fri Mar 11 11:07:27 2016 -0800 Committer: Reynold Xin <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
