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
Post a Comment