我正在尝试将数据从hadoop导出到弹性搜索中。 Map reduce作业失败,弹性搜索的守护进程自动关闭。我配置了4个节点以形成弹性搜索集群。下面给出的是一个节点的配置设置。其他三个节点的配置参数也相同。
elasticsearch.yml
node.name: ES_SLAVE2
node.master: false
node.data: true
path.data: /das/elasticsearch-2.3.4/data
bootstrap.memory_lock: false
xpack.security.enabled: false
bootstrap.system_call_filter: false
action.auto_create_index: .security,.monitoring*,.watches,.triggered_watches,.watcher-history*
indices.query.bool.max_clause_count: 10240
network.host: 172.24.191.233
http.port: 9010
请帮助。让我知道您是否需要任何其他输入。谢谢
伙计们。让我知道您是否需要任何其他输入。请帮助