spark RDD (Resilient Distributed Dataset) can be updated? -


rdd can updated? --- i.e. suppose created rdd "a.txt" file. "a.txt" got updated. possible update rdd without reading entire file a.txt?

rdd immutable definition hence want able change rdd when "a.txt" file changes.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -