// }
return new FSDataOutputStream(file.getOutStream(WriteType.ASYNC_THROUGH), null);
} else {
TachyonURI path = new TachyonURI(Utils.getPathWithoutScheme(cPath));
int fileId;
WriteType type = UserConf.get().DEFAULT_WRITE_TYPE;
if (mTFS.exist(path)) {
fileId = mTFS.getFileId(path);
type = WriteType.MUST_CACHE;
} else {
fileId = mTFS.createFile(path, blockSize);