Spark基礎隨筆:持久化&檢查點

1.持久化 Spark持久化過程包括persist、cache、upersist3個操做 /** Persist this RDD with the default storage level (`MEMORY_ONLY`). */ def persist(): this.type = persist(StorageLevel.MEMORY_ONLY) /** Persist this
相關文章
相關標籤/搜索