MasterNotDiscoveredException

Explained here:
Elasticsearch Platform — Find real-time answers at scale | Elastic.

On Fri, May 4, 2012 at 3:14 PM, andavar andavar.laxman@gmail.com wrote:

thanks for the help Kimchy.. I am using TransportClient. Now it will work
fine. I want to understand difference between the following two method of
client creation..

  1. Node node =
    nodeBuilder().client(true).settings(ImmutableSettings.settingsBuilder()
    .build()).build().start();
    Client client = node.client();

  2. TransportClient client = new TransportClient(settings);
    client.addTransportAddress(new
    InetSocketTransportAddress("localhost",9300));

Please let me know... And also please advise me why I got that
exception...

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/MasterNotDiscoveredException-tp3940481p3962090.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.