When running a simple example I get this error.
I tried changing permissions and used different directories.
Caused by: java.io.IOException: FailedToCheckpointException(message:Failed to rename /home/bryan/tachyon-0.7.1/underFSStorage/tmp/tachyon/workers/1445054000001/3/8 to /home/bryan/tachyon-0.7.1/underFSStorage/tmp/tachyon/data/8)
at tachyon.worker.WorkerClient.addCheckpoint(WorkerClient.java:130)
at tachyon.client.TachyonFS.addCheckpoint(TachyonFS.java:228)
at tachyon.client.FileOutStream.close(FileOutStream.java:105)
Any ideas?
My answer below does not actually solve this issue. It's only a workaround using HDFS as the UnderFS.
My config here uses the local file system:
export TACHYON_UNDERFS_ADDRESS=$TACHYON_HOME/underFSStorage