How to run ElasticSearch inside GigaSpaces

Hi,
I'm trying to have ElasticSearch running inside GigaSpaces 7.1.1 (JDK
1.6, Ubuntu 10.04 Desktop), but I don't understand how to achieve
that.
According to a suggestion Shay Banon made me privately beforehand, I
should be able to start an ElasticSearch node inside a GigaSpaces
processing unit, but I don't know how to properly configure the
elasticsearch.yml file. Probably I'm wrong and there are other things
to do. Could you help me, please?

Thanks in advance

Michele

The configuration files, at the end is a set of key value pairs, and you can
set them in the NodeBuilder when you create a Node. Another option is to
place the elasticsearch.yml file in the root of your classpath, and it will
be loaded.

-shay.banon

On Fri, Jul 2, 2010 at 6:17 PM, mikepen mikepen@gmail.com wrote:

Hi,
I'm trying to have Elasticsearch running inside GigaSpaces 7.1.1 (JDK
1.6, Ubuntu 10.04 Desktop), but I don't understand how to achieve
that.
According to a suggestion Shay Banon made me privately beforehand, I
should be able to start an Elasticsearch node inside a GigaSpaces
processing unit, but I don't know how to properly configure the
elasticsearch.yml file. Probably I'm wrong and there are other things
to do. Could you help me, please?

Thanks in advance

Michele