| 673 | } |
| 674 | |
| 675 | Status HadoopFileSystem::OpenWritable(const std::string& path, bool append, |
| 676 | int32_t buffer_size, int16_t replication, |
| 677 | int64_t default_block_size, |
| 678 | std::shared_ptr<HdfsOutputStream>* file) { |
| 679 | return impl_->OpenWritable(path, append, buffer_size, replication, default_block_size, |
| 680 | file); |
| 681 | } |
| 682 | |
| 683 | Status HadoopFileSystem::OpenWritable(const std::string& path, bool append, |
| 684 | std::shared_ptr<HdfsOutputStream>* file) { |
no outgoing calls