Hi there,
I'm running elasticsearch "stable 2.1.1, HEAD". When running ./bin/elasticsearch
, everything's fine until I try to to connect to it. Using the stream "someindex/ledger" and key "somekey", I get the below server and client errors. I'm using Samza's TransportClientFactory, that I expect creates a client that connects to an ES cluster.
Elasticsearch gives me this error:
http://pastebin.com/Ucnsc9Rj
And my client gives me this error:
http://pastebin.com/7x9zWB0T
My elasticsearch.yml
file has the below configs. Is there something else I'm missing?
node.name: node-1
bootstrap.mlockall: true
network.host: 127.0.0.1