Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-29 Thread craig w
We have elasticsearch in a docker container. We configure elasticsearch to have ports 9200 and other port 9300 (this is for "transport.tcp.port"). We modify the elasticsearch configuration file on startup to add the IP addresses of other elasticsearch instances (we query mesos-dns for these ip addr

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-28 Thread Alex Rukletsov
Craig, mind elaborating, how exactly do you run elasticsearch in Marathon? On Mon, Dec 28, 2015 at 8:36 PM, craig w wrote: > In terms of discovery, elasticsearch provides that out of the box > https://www.elastic.co/guide/en/elasticsearch/reference/1.4/modules-discovery.html. > We deploy elastic

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-28 Thread craig w
In terms of discovery, elasticsearch provides that out of the box https://www.elastic.co/guide/en/elasticsearch/reference/1.4/modules-discovery.html. We deploy elasticsearch via Marathon and it works great. On Mon, Dec 28, 2015 at 2:17 PM, Eric LEMOINE wrote: > On Mon, Dec 28, 2015 at 7:55 PM, A

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-28 Thread Eric LEMOINE
On Mon, Dec 28, 2015 at 7:55 PM, Alex Rukletsov wrote: > Eric— > > give me a chance to answer that before you fall into frustration : ). > Also, you can directly write to framework developers > (mesos...@container-solutions.com) and they either confirm or bust my > guess. Or maybe one of the autho

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-28 Thread Alex Rukletsov
Eric— give me a chance to answer that before you fall into frustration : ). Also, you can directly write to framework developers (mesos...@container-solutions.com) and they either confirm or bust my guess. Or maybe one of the authors — Frank — will chime in in this thread. Marathon has no idea ab

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-23 Thread Eric LEMOINE
On Tue, Dec 22, 2015 at 10:05 AM, craig w wrote: > We'd like to use the framework once some more features are available (see > the road map). > > Currently we deploy ES in docker using marathon. Thank you all for your responses. I get that the situation is not as clear as I expected :)

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-22 Thread craig w
We'd like to use the framework once some more features are available (see the road map). Currently we deploy ES in docker using marathon. On Dec 21, 2015 11:14 PM, "Weitao" wrote: > IMO, es as a framework running on Mesos is our future, atst, we can deploy > the es framework over Marathon. > > 在

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-21 Thread Weitao
IMO, es as a framework running on Mesos is our future, atst, we can deploy the es framework over Marathon. > 在 2015年12月21日,17:11,Eric LEMOINE 写道: > > Hi > > I am new to Mesos and I have a naive question related to Elasticsearch, Mesos > and Marathon. > > So there's the mesos-elasticsearch [*

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-21 Thread John Omernik
I'll just toss another way.. there is an elastic search on yarn framework that actually works really nice with Apache Myriad (for running Yarn on Mesos) I know it sounds a bit convoluted but I have set it up so I can create ES clusters on demand, just give me a cluster name, and node size, and it w

Re: mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-21 Thread tommy xiao
have a try on two ways. write some experience and share to us. it 's welcome 2015-12-21 17:11 GMT+08:00 Eric LEMOINE : > Hi > > I am new to Mesos and I have a naive question related to Elasticsearch, > Mesos and Marathon. > > So there's the mesos-elasticsearch [*] project which provides a Mesos >

mesos-elasticsearch vs Elasticsearch with Marathon

2015-12-21 Thread Eric LEMOINE
Hi I am new to Mesos and I have a naive question related to Elasticsearch, Mesos and Marathon. So there's the mesos-elasticsearch [*] project which provides a Mesos framework/scheduler for Elasticsearch. I guess it's also possible to run Elasticsearch with Marathon. What are the fundamental diffe