yes I use version 1.6 , and thanks Ted
> Begin forwarded message:
>
> From: Robin East
> Subject: Re: spark graphx storage RDD memory leak
> Date: April 12, 2016 at 2:13:10 AM GMT+8
> To: zhang juntao
> Cc: Ted Yu , dev@spark.apache.org
>
> this looks like https://issues.apache.org/jira/brows
thanks ted for replying ,
these three lines can’t release param graph cache, it only release g (
graph.mapVertices((vid, vdata) => vprog(vid, vdata, initialMsg)).cache() )
ConnectedComponents.scala param graph will cache in ccGraph and won’t be
release in Pregel
def run[VD: ClassTag, ED: ClassT