yes i call an action after cache, and i can see that the RDDs are fully cached using context.getRDDStorageInfo which we expose via our own api.
i did not run make-distribution.sh, we have our own scripts to build a distribution. however if your question is if i correctly deployed the latest build, let me check to be sure. On Tue, Apr 8, 2014 at 12:43 PM, Xiangrui Meng <men...@gmail.com> wrote: > That commit did work for me. Could you confirm the following: > > 1) After you called cache(), did you make any actions like count() or > reduce()? If you don't materialize the RDD, it won't show up in the > storage tab. > > 2) Did you run ./make-distribution.sh after you switched to the current > master? > > Xiangrui > > On Tue, Apr 8, 2014 at 9:33 AM, Koert Kuipers <ko...@tresata.com> wrote: > > i tried again with latest master, which includes commit below, but ui > page > > still shows nothing on storage tab. > > koert > > > > > > > > commit ada310a9d3d5419e101b24d9b41398f609da1ad3 > > Author: Andrew Or <andrewo...@gmail.com> > > Date: Mon Mar 31 23:01:14 2014 -0700 > > > > [Hot Fix #42] Persisted RDD disappears on storage page if re-used > > > > If a previously persisted RDD is re-used, its information disappears > > from the Storage page. > > > > This is because the tasks associated with re-using the RDD do not > report > > the RDD's blocks as updated (which is correct). On stage submit, > however, we > > overwrite any existing > > > > Author: Andrew Or <andrewo...@gmail.com> > > > > Closes #281 from andrewor14/ui-storage-fix and squashes the following > > commits: > > > > 408585a [Andrew Or] Fix storage UI bug > > > > > > > > On Mon, Apr 7, 2014 at 4:21 PM, Koert Kuipers <ko...@tresata.com> wrote: > >> > >> got it thanks > >> > >> > >> On Mon, Apr 7, 2014 at 4:08 PM, Xiangrui Meng <men...@gmail.com> wrote: > >>> > >>> This is fixed in https://github.com/apache/spark/pull/281. Please try > >>> again with the latest master. -Xiangrui > >>> > >>> On Mon, Apr 7, 2014 at 1:06 PM, Koert Kuipers <ko...@tresata.com> > wrote: > >>> > i noticed that for spark 1.0.0-SNAPSHOT which i checked out a few > days > >>> > ago > >>> > (apr 5) that the "application detail ui" no longer shows any RDDs on > >>> > the > >>> > storage tab, despite the fact that they are definitely cached. > >>> > > >>> > i am running spark in standalone mode. > >> > >> > > >