I am sure there are many people who are using this but I am not getting any response to my issue.
please can someone guide me on my issue ? If I create a hive ES table on node 1 its creating es-index on node4 or node5 randomly .
Also I can't query the table in hive as it cant find the index on node1.
I also was unable to make elasticsearch work on single node, if I turn elasticsearch service on node2,3,4,5 then the hive table creation fails .
There must be some setting in elasticsearch.yml that I need to set to be able to create index on node1 .
appreciate anyone helping me on this.
[root@hadoop1 elasticsearch]# more elasticsearch.yml
cluster.name: ftes
node.name: "hadoop1"
path.data: /elastic/data
path.logs: /elastic/logs