I want to make sure I understand tachyon. Is the use of Tachyon with hdfs under it more or less equivalent to to persisting RDD using MEMORY_AND_DISK. In both cases, when the amount of data over run the memory, they get bumped off to the hard drive.
I understand the performance difference due to jvm garbage collection. I am only asking about the over spill behavior.