提交 ec16e61f 编写于 作者: J jiyuan

let distributed runtime be able to use local filesystem


Former-commit-id: abb0dbe239258b568d3cae74ff8641bb0891df57
上级 ccfaa7b4
......@@ -94,7 +94,7 @@ struct GlobalFSConstructor {
const GlobalFSConf& gfs_conf =
JobDesc::Singleton()->job_conf().global_fs_conf();
if (gfs_conf.has_localfs_conf()) {
CHECK_EQ(JobDesc::Singleton()->resource().machine().size(), 1);
// CHECK_EQ(JobDesc::Singleton()->resource().machine().size(), 1);
gfs = LocalFS();
} else if (gfs_conf.has_hdfs_conf()) {
gfs = new HadoopFileSystem(gfs_conf.hdfs_conf());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册