Skip to content
Snippets Groups Projects
Commit 5d98cfc1 authored by Chen Chao's avatar Chen Chao Committed by Reynold Xin
Browse files

maintain arbitrary state data for each key

RT

Author: Chen Chao <crazyjvm@gmail.com>

Closes #114 from CrazyJvm/patch-1 and squashes the following commits:

dcb0df5 [Chen Chao] maintain arbitrary state data for each key
parent b9be1609
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment