apache spark - Is the DStream return by updateStateByKey function only contains one RDD? -


is dstream return updatestatebykey function contains 1 rdd? if not,under circumstances dstream contains more 1 rdd?

it contains rdd every batch. dstream returned updatestatebykey "state" dstream. can still view dstream normal dstream though. every batch, rdd representing latest state (key-value pairs) according update function pass in updatestatebykey.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -