I am in the early stages of designing an application using Sparc RDDs (which I don't understand yet). The RDD will contain a large number of objects which in turn contain references to a small number (100) of somewhat large (0.5MB) objects which are immutable.
The operations to be mapped over the RDD will call member functions on the objects which in turn call member functions on the references.
Is this possible in principle?