Repository: spark Updated Branches: refs/heads/master b9be16095 -> 5d98cfc1c
maintain arbitrary state data for each key RT Author: Chen Chao <[email protected]> Closes #114 from CrazyJvm/patch-1 and squashes the following commits: dcb0df5 [Chen Chao] maintain arbitrary state data for each key Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5d98cfc1 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5d98cfc1 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5d98cfc1 Branch: refs/heads/master Commit: 5d98cfc1c8fb17fbbeacc7192ac21c0b038cbd16 Parents: b9be160 Author: Chen Chao <[email protected]> Authored: Sun Mar 9 22:42:12 2014 -0700 Committer: Reynold Xin <[email protected]> Committed: Sun Mar 9 22:42:12 2014 -0700 ---------------------------------------------------------------------- docs/streaming-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/5d98cfc1/docs/streaming-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md index 2a56cf0..f9904d4 100644 --- a/docs/streaming-programming-guide.md +++ b/docs/streaming-programming-guide.md @@ -539,7 +539,7 @@ common ones are as follows. <td> <b>updateStateByKey</b>(<i>func</i>) </td> <td> Return a new "state" DStream where the state for each key is updated by applying the given function on the previous state of the key and the new values for the key. This can be - used to maintain arbitrary state data for each ket.</td> + used to maintain arbitrary state data for each key.</td> </tr> <tr><td></td><td></td></tr> </table>
