Error while Configuring Cluster

Getting Error elasticsearch.MasterNotDiscovered Exception after
configuring Cluster in elasticsearch.yml

Whats the easiest way to configure a Cluster . I am having three
servers in
LAN. do i need to restart all the servers, once Cluster configured i
am
not able to do a bulk indexing .

i am looking for step by step details about Cluster configuration .

Hiya

On Fri, 2010-09-03 at 01:43 -0700, raindeepak4u wrote:

Getting Error elasticsearch.MasterNotDiscovered Exception after
configuring Cluster in elasticsearch.yml

It's a bit difficult to understand what you are doing wrong without
seeing your config file, the log files and the requests that you are
trying to make against the cluster.

Whats the easiest way to configure a Cluster . I am having three
servers in
LAN. do i need to restart all the servers,

Yes, if you change the cluster name or anything else in the config, you
will need to restart all of your nodes.

once Cluster configured i
am
not able to do a bulk indexing .

i am looking for step by step details about Cluster configuration .

Try looking at these instructions:

http://wiki.github.com/elasticsearch/elasticsearch/setting-up-elasticsearch

clint