Re: what is the difference between persist() and cache()?

2014-04-13 Thread Andrea Esposito
sist this RDD with the default storage level (`MEMORY_ONLY`). */ > def cache(): RDD[T] = persist() > 2014-04-13 16:26 GMT+02:00 Joe L : > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/what-is-the-difference-between-per

what is the difference between persist() and cache()?

2014-04-13 Thread Joe L
-- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/what-is-the-difference-between-persist-and-cache-tp4181.html Sent from the Apache Spark User List mailing list archive at Nabble.com.