I am trying to use hdfs pure c++ sdk,refer to https://issues.apache.org/jira/browse/HDFS-8707 <https://issues.apache.org/jira/browse/HDFS-8707> .
The read API works well, but I can’t find write related API in hdfs::FileHandle. Is write functionality implemented in current hdfs++ code? If not, what's the plan for adding this functionality? Thanks!