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

Starting only particular process #37

Open
niketh opened this issue May 25, 2017 · 3 comments
Open

Starting only particular process #37

niketh opened this issue May 25, 2017 · 3 comments

Comments

@niketh
Copy link

niketh commented May 25, 2017

What are your thoughts on having a docker file that can start with a specific role -Either a coordinator or historical or broker etc.

So this way we can use the same image in production depending on the role type. So basically it will be

docker start coordinator 8081
docker start all (could start everything up)

What do you think @gianm ?

@gianm
Copy link
Member

gianm commented May 25, 2017

Definitely sounds useful.

@Niteesh
Copy link

Niteesh commented Jun 15, 2017

Hey @gianm @niketh
I amde an attempt to make a docker image for the same.
Docker.zip

You can build the image using the Dockerfile in the zip.

You can run components like this
$ docker run druid start historical

the image also has a zookeeper in it. we can also run zookeeper
$ docker run druid start zookeeper

To fire up all components for a quick start run
$ docker run druid start all

The common.runtime.properties is also take out so even external system can be configured

@Niteesh
Copy link

Niteesh commented Jun 18, 2017

@niketh I have sent a pull request for the same. check it out and let me know

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

3 participants