Hi,

Whenever I replicate an rdd, I find that the rdd gets replicated only in
one node. I have a 3 node cluster.

I set rdd.persist(StorageLevel.MEMORY_ONLY_2) in my application.

The webUI shows that its replicates twice. But, the rdd stogare details
show that its replicated only once and only in one node.

 Can someone tell me where am I going wrong???

regards
-Karthik

Reply via email to