main
Shu Zhang 9 years ago
parent b4aa823661
commit b79ccbd573
  1. 2
      util/env_hdfs.cc

@ -614,7 +614,7 @@ namespace rocksdb {
}
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) {
return Status::NotSupported("Not compiled with hdfs support");
return Status::NotSupported("Not compiled with hdfs support");
}
}

Loading…
Cancel
Save