as per my understanding RDDs do not get replicated, underlying Data does if it's in HDFS.
On Thu, Dec 25, 2014 at 9:04 PM, rapelly kartheek <kartheek.m...@gmail.com> wrote: > Hi, > > I want to find the time taken for replicating an rdd in spark cluster > along with the computation time on the replicated rdd. > > Can someone please suggest some ideas? > > Thank you >