server. The
> driver is still a single point of failure; if you lose the driver process,
> you lose all information about the RDDs.
> On Oct 22, 2014 6:33 PM, "Hajime Takase"
> wrote:
>
>> Interesting.I see the interface of IndexedRDD, which seems to be like
&
Hi,
Is it possible to use Spark as clustered key/value store ( say, like
redis-cluster or hazelcast)?Will it out perform in write/read or other
operation?
My main urge is to use same RDD from several different SparkContext without
saving to disk or using spark-job server,but I'm curious if someone