I'm a beginner with Tachyon. I want to share some data or rdd between spark jobs. Tachyon overview says
Tachyon is an open source memory-centric distributed storage system enabling reliable data sharing at memory-speed across cluster jobs.
But I can't figure out how to enable this. I only know that tachyon can act as a off-heap cache layer in Spark. Thanks.