Merge branch 'pr/fix-hdfs-settings'

This commit is contained in:
David Pilato 2017-01-30 17:52:34 +01:00
commit 72e15b1c7c
1 changed files with 0 additions and 13 deletions

View File

@ -95,16 +95,3 @@ The following settings are supported:
Override the chunk size. (Disabled by default)
Alternatively, you can define the `hdfs` repository and its settings in your `elasticsearch.yml`:
[source,yaml]
----
repositories:
hdfs:
uri: "hdfs://<host>:<port>/" \# required - HDFS address only
path: "some/path" \# required - path within the file-system where data is stored/loaded
load_defaults: "true" \# optional - whether to load the default Hadoop configuration (default) or not
conf.<key> : "<value>" \# optional - 'inlined' key=value added to the Hadoop configuration
compress: "false" \# optional - whether to compress the metadata or not (default)
chunk_size: "10mb" \# optional - chunk size (disabled by default)
----