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++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -