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.
我想知道如何将 ssd 用于 SPARK RDD。
最初,SPARK RDD 在内存中使用。
但我想将 ssd 用于 RDD。
检查此链接
检查 RDD Persistence 并将存储级别选择为DISK_ONLY
也建议检查这个