mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
Merge branch 'pr/fix-hdfs-settings'
This commit is contained in:
commit
72e15b1c7c
@ -95,16 +95,3 @@ The following settings are supported:
|
|||||||
|
|
||||||
Override the chunk size. (Disabled by default)
|
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)
|
|
||||||
----
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user