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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -