开发者社区> 问答> 正文

spark中的 cache和pesist的区别具体是什么啊?

spark中的 cache和pesist的区别具体是什么啊?

展开
收起
游客vwuxaq6iqaowc 2021-12-06 21:23:00 307 0
1 条回答
写回答
取消 提交回答
  • cache和persist都是用于缓存RDD,避免重复计算 .cache() == .persist(MEMORY_ONLY)

    2021-12-06 21:23:12
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
Hybrid Cloud and Apache Spark 立即下载
Scalable Deep Learning on Spark 立即下载
Comparison of Spark SQL with Hive 立即下载