Added append with checksum handoff API to hdfs (#8084)
Summary: Added append with checksum handoff API to hdfs Pull Request resolved: https://github.com/facebook/rocksdb/pull/8084 Test Plan: make check Reviewed By: ajkr Differential Revision: D27237823 Pulled By: zhichao-cao fbshipit-source-id: 93b38db23b1811a6daa049afb89240089ec6f67c
This commit is contained in:
parent
9f7c02dad5
commit
8dc6d8c748
2
env/env_hdfs.cc
vendored
2
env/env_hdfs.cc
vendored
@ -213,6 +213,8 @@ class HdfsWritableFile: public WritableFile {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using WritableFile::Append;
|
||||||
|
|
||||||
// If the file was successfully created, then this returns true.
|
// If the file was successfully created, then this returns true.
|
||||||
// Otherwise returns false.
|
// Otherwise returns false.
|
||||||
bool isValid() {
|
bool isValid() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user