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:
Zhichao Cao 2021-03-23 15:11:13 -07:00 committed by Facebook GitHub Bot
parent 9f7c02dad5
commit 8dc6d8c748

2
env/env_hdfs.cc vendored
View File

@ -213,6 +213,8 @@ class HdfsWritableFile: public WritableFile {
}
}
using WritableFile::Append;
// If the file was successfully created, then this returns true.
// Otherwise returns false.
bool isValid() {