Skip to content

Conversation

@vipulchandraker
Copy link

No description provided.


pinot-minion:
image: ${PINOT_IMAGE:-apachepinot/pinot:1.2.0}
command: "StartMinion -zkAddress zookeeper-houseprices:2181"
Copy link
Contributor

@NihalJain NihalJain Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Do you mean pinot-zookeeper:2181? Is this docker compose file tested?
  2. Could we add ports?
  3. Can you also update relevant services which start up i.e. docker container ls output?
  4. Also consider adding how to start minion via docker run in the section above docker compose section?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NihalJain I have made all the suggested changes and tested the docker compose file. Please review

1. updated the correct zookeeper address in Minion in docker compose.
2. Added docker run command for minion
3. Added minion container in docker container ls output
4. added minion ports in docker-compose file
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

Successfully merging this pull request may close these issues.

2 participants