-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No tasks started on deploying elasticsearch-scheduler over mesos #260
Comments
Hi Pradeep, On the other issue, the HOST mode is required. BRIDGE mode is untested and probably won't work. Try again with these points in mind, and if you still have problems, get back in touch. If you do have problems, look at the scheduler and/or executor logs and paste them here. They are accessible via the Mesos gui. Thanks, Phil |
@philwinder Ahh i see, maybe you can help the newbies by making "0.2.1" as the default branch in github settings so that whosoever visits the github repo is automatically redirected to "0.2.1" branch. I will try it out. Thank you for the quick reply Phil :) |
@philwinder I am able to run the elasticsearch over mesos cluster but i am not able to figure out the elasticsearch endpoint. I can see the |
Can you access the GUI on port 8080 on the scheduler's machine? Go to the tasks tab and there you can navigate to the elasticsearch endpoints. |
@frankscholten Thank you for your quick reply. I started
|
The GUI showing 4 entries when there is 2 tasks is a known issue, #206, see https://github.com/mesos/elasticsearch#known-issues for more information. You were able to search or index on the endpoint that is available? |
@frankscholten Ahh, i see. Yes i am able to index data and search on top of the endpoint that is available. I have few questions for you:
|
@frankscholten is there a way i can set an environment variable inside |
|
@frankscholten Thank you for the quick replies. I will try playing with it and see if i can do something. Can I make sure that all elasticsearch nodes start at a particular port instead of random port. Is there any configuration piece which i can change for that ? |
Did we push new version of docker images because i see the image creation time got updated. |
We have released 0.3.0 last friday |
Hello,
I have a mesos + marathon cluster with mesos-slaves of type t2.medium ec2 instance. I deployed elasticsearch-scheduler over marathon according to the documentation but with
docker.network
value as BRIDGE instead of HOST. But i didn't find any elasticsearch-executor starting. I am unable to figure out the reason of elasticsearch-executor not coming up automatically. Can somone help me in debugging the issue.Thanks.
The text was updated successfully, but these errors were encountered: