Skip to content

Commit

Permalink
maintain arbitrary state data for each key
Browse files Browse the repository at this point in the history
RT

Author: Chen Chao <crazyjvm@gmail.com>

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

dcb0df5 [Chen Chao] maintain arbitrary state data for each key
  • Loading branch information
CrazyJvm authored and tdas committed Mar 20, 2014
1 parent e708f74 commit d792351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/streaming-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d792351

Please sign in to comment.