OpenSearch/plugins/repository-hdfs
Yannick Welsch fc870fdb4c
Use simpler write-once semantics for HDFS repository (#30439)
There's no need for an extra `blobExists()` call when writing a blob to the HDFS service. The writeBlob implementation for the HDFS repository already uses the `CreateFlag.CREATE` option on the file creation, which ensures that the blob that's uploaded does not already exist. This saves one network roundtrip.
2018-05-11 09:50:37 +02:00
..
licenses Fix SecurityException when HDFS Repository used against HA Namenodes (#27196) 2017-12-01 14:26:05 -05:00
src Use simpler write-once semantics for HDFS repository (#30439) 2018-05-11 09:50:37 +02:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00