|
|
@ -594,7 +594,7 @@ Status HdfsEnv::NewLogger(const std::string& fname, |
|
|
|
return Status::OK(); |
|
|
|
return Status::OK(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// The factory method for creating an HDFS Env
|
|
|
|
// The factory method for creating an HDFS Env
|
|
|
|
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) { |
|
|
|
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) { |
|
|
|
*hdfs_env = new HdfsEnv(fsname); |
|
|
|
*hdfs_env = new HdfsEnv(fsname); |
|
|
|
return Status::OK(); |
|
|
|
return Status::OK(); |
|
|
|