I've looked thru the mailing list, but I haven't been able to find the answer -- is there any way of running an elasticsearch node + a client node (not TransportClient) on the same machine in Rackspace? Currently TransportClient hangs, and the Client Node does not discover the non-client Node on the same machine.
I've looked thru the mailing list, but I haven't been able to find the
answer
-- is there any way of running an elasticsearch node + a client node (not
TransportClient) on the same machine in Rackspace? Currently
TransportClient
hangs, and the Client Node does not discover the non-client Node on the
same
machine.
If you are running just on a single node, make sure elasticsearch binds and publishes the correct host. Its there in the logs / console when you start it up. If not, set network.host (as suggested) accordingly.
Also, if you plan to have several nodes running, you will need to use unicast discovery.
-shay.banon
On Monday, July 4, 2011 at 9:30 PM, Adrian Madrid wrote:
I've looked thru the mailing list, but I haven't been able to find the answer
-- is there any way of running an elasticsearch node + a client node (not
TransportClient) on the same machine in Rackspace? Currently TransportClient
hangs, and the Client Node does not discover the non-client Node on the same
machine.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.