Is it possible to prevent Tachyon from writing to underFS ? I would like it to store data just on memory drive and omit writing them to underFS. Is it possible or supported ?
Regards, Mike
Is it possible to prevent Tachyon from writing to underFS ? I would like it to store data just on memory drive and omit writing them to underFS. Is it possible or supported ?
Regards, Mike
By default Tachyon only writes to Tachyon space (in memory), as you can see in the configuration description tachyon.user.file.readtype.default
at http://tachyon-project.org/documentation/Configuration-Settings.html
But you still need to configure underFS
, because there is information such as journals to be persisted for fault tolerance.