}
@Before
public final void before() throws IOException {
System.setProperty("tachyon.user.quota.unit.bytes", USER_QUOTA_UNIT_BYTES + "");
mLocalTachyonCluster = new LocalTachyonCluster(WORKER_CAPACITY_BYTES);
mLocalTachyonCluster.start();
mWorkerServiceHandler = mLocalTachyonCluster.getWorker().getWorkerServiceHandler();
mMasterInfo = mLocalTachyonCluster.getMasterInfo();
mTfs = mLocalTachyonCluster.getClient();
}