-
Notifications
You must be signed in to change notification settings - Fork 36
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
Documentation needed #1
Comments
Yeah it would be nice to see some more documentation related to how some of the components fit together and how the project is designed to run in multi-server mode. Also any settings or guidelines for running this(non-production) just to try out would be helpful. |
Thanks for your interest. More docs would certainly be useful, and I'll try to migrate some of our internal docs in the coming weeks. It would be helpful to know what sort of environments you're interested in testing things out in. E.g., machines in a rack with ssh access, VMs on EC2, containers in Mesos, etc.? In any case, you'll probably end up modifying the scripts in scripts for your environment and distributing them with your existing deployment tools. You might need to add a As far as settings, the defaults should work fine for a test cluster. Most of the tunables can be tuned with config files: use the |
Honestly i wanted to test it out on Bare Metal, but also inside of containers. I have seen some presentations and documentation that came from Bloomberg earlier this year about running Hadoop on top of Kubernetes, and i was wondering if perhaps this could run on top of Kubernetes as well. I was also curious if you guys had broken out list of things that you wanted to finish and build out with this, because the system as a whole seems very interesting and i wouldn't mind helping to take a crack at some of it. |
There's a future and contribution section that roughly describes what need to be built, but it's at a very high level and lacking details. If people really want to contribute (personally I would be interested), maybe it's worthwhile to break down them into actionable tickets (issues)? |
Yeah I had noticed the section there at the bottom of the README, but was curious if there was a list of them more broken down and actionable elsewhere. |
It would be cool to have some documentation to test the repo in multi server mode
The text was updated successfully, but these errors were encountered: