Hi,
We all know that RDDs are immutable.
There are not enough operations that can achieve anything and everything on
RDDs.
Take for example this:
I want an Array of Bytes filled with zeros which during the program should
change. Some elements of that Array should change to 1.
If I make an RDD with all elements as zero, I won't be able to change the
elements. On the other hand, if I declare as Array then so much memory will
be consumed.
Please clarify this to me.

Thank You

Reply via email to