Re: ALS setIntermediateRDDStorageLevel

2016-03-22 Thread Sean Owen
https://github.com/apache/spark/blob/branch-1.6/mllib/src/main/scala/org/apache/spark/mllib/recommendation/ALS.scala#L185 ? On Tue, Mar 22, 2016 at 2:53 PM, Roberto Pagliari wrote: > I have and it¹s under class ALS private > > On 22/03/2016 10:58, "Sean Owen" wrote: > >>No, it's been there since

Re: ALS setIntermediateRDDStorageLevel

2016-03-22 Thread Roberto Pagliari
I have and it¹s under class ALS private On 22/03/2016 10:58, "Sean Owen" wrote: >No, it's been there since 1.1 and still is there: >setIntermediateRDDStorageLevel. Double-check your code. > >On Mon, Mar 21, 2016 at 10:09 PM, Roberto Pagliari > wrote: >> According to this thread >> >> >>http://a

Re: ALS setIntermediateRDDStorageLevel

2016-03-22 Thread Sean Owen
No, it's been there since 1.1 and still is there: setIntermediateRDDStorageLevel. Double-check your code. On Mon, Mar 21, 2016 at 10:09 PM, Roberto Pagliari wrote: > According to this thread > > http://apache-spark-user-list.1001560.n3.nabble.com/MLLib-ALS-question-td15420.html > > There should b