Skip to content
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

Able to specify Executor specific ID as variables in Data Directory. #599

Open
JohnOmernik opened this issue Jan 10, 2017 · 0 comments
Open

Comments

@JohnOmernik
Copy link

I would like to be able to specify an ID of the executor as a variable in the Data directory string. To provide the best use case example, it would be the kafka-mesos framework. There, I say I want 4 brokers, each is assigned an ID with stickyness. so broker1, broker2, broker3, broker4. I can update settings for that broker, I can also specify different data directories for each broker. This allows me to have a unified name space. (Say if I have a high performance NFS share) where I can have each elastic search executor have it's own directory, and no matter what mesos agent it starts on it always has access to ITS data directory. Now, a variable would work, or specify a data-dir for each executor. the kafka-mesos framework sees the scheduler as managing all the various brokers individually, where this framework seems to treat them all as equals...

Regardless, having the ability to have each executor have it's own data directory that is available to it at the same mount point would be handy (or maybe I can already do this?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant