/tachyon-rdma

The project is a variant of the Tachyon which transmit data by RDMA.

Primary LanguageJavaApache License 2.0Apache-2.0

tachyon-rdma

Tachyon is a memory-centric distributed file system enabling reliable file sharing at memory-speed across cluster frameworks, such as Spark and MapReduce. It achieves high performance by leveraging lineage information and using memory aggressively. Tachyon caches working set files in memory, thereby avoiding going to disk to load datasets that are frequently read. This enables different jobs/queries and frameworks to access cached files at memory speed.

The project is a variant of the Tachyon which transmit data by RDMA.