Hello guys, I am trying to export data from hadoop into elastic search. The Map reduce job is getting failed and the daeomon of elastic search is automatically shutting down.I have configured 4 nodes to form an elastic search cluster. Below given are the configuration setting of one node . The configuration parameters are same of other 3 nodes as well.
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
Guys. Let me know if you need any other input. Kindly help