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 を変更できるようにする必要があります。