mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +00:00
chore(setup): change defaults for partitions (#6074)
This commit is contained in:
parent
7e08a05a22
commit
4cf635e16e
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
: ${PARTITIONS:=1}
|
||||
: ${PARTITIONS:=6}
|
||||
: ${REPLICATION_FACTOR:=1}
|
||||
|
||||
: ${KAFKA_PROPERTIES_SECURITY_PROTOCOL:=PLAINTEXT}
|
||||
|
||||
@ -147,7 +147,7 @@ elasticsearch:
|
||||
retryInterval: ${ES_BULK_RETRY_INTERVAL:1}
|
||||
index:
|
||||
prefix: ${INDEX_PREFIX:}
|
||||
numShards: ${ELASTICSEARCH_NUM_SHARDS_PER_INDEX:1}
|
||||
numShards: ${ELASTICSEARCH_NUM_SHARDS_PER_INDEX:6}
|
||||
numReplicas: ${ELASTICSEARCH_NUM_REPLICAS_PER_INDEX:1}
|
||||
numRetries: ${ELASTICSEARCH_INDEX_BUILDER_NUM_RETRIES:3}
|
||||
maxArrayLength: ${SEARCH_DOCUMENT_MAX_ARRAY_LENGTH:1000}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user