Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RDD可以更新吗?--- 即假设我们从“a.txt”文件创建了一个RDD。“a.txt”已更新。是否可以在不读取整个文件 a.txt 的情况下更新 RDD?
RDD 根据定义是不可变的,因此您希望能够在“a.txt”文件更改时更改 RDD。