clusterdock
clusterdock copied to clipboard
Lack of usability for local dev/testing for CDH makes it almost unusable or irrational expensive. Is it possible to have a sample docker-compose sample for local development?
Hello, the great contributers of this amazing project, I am a student who is learning CDH from scratch, and I am new to this docker project. I followed the instructions...
The clusterdock.sh script assumes the docker socket location will be at /var/run/docker.sock on the host. It would be nice if the location could be pulled out of DOCKER_HOST or was...
Hello, Can you add cpuset support for each container from a cpuset.conf file? With HPE and SGI machines I have up to 256 sockets and 64TB of memory and want...
When i try to start cluster i get error: ``` INFO:clusterdock.topologies.cdh.actions:Restarting CM agents... cloudera-scm-agent is already stopped cloudera-scm-agent is already stopped Starting cloudera-scm-agent: bash: /var/log/cloudera-scm-agent/cloudera-scm-agent.out: No such file or directory...
due to this issue: https://github.com/docker/docker/issues/22753 on osx there's no way to access cluster services (like YARN or web monitors) from the host OS. tested also on ubuntu 16.04 and everything...
Build starting from `debian:wheezy` fails with "Import error: no module six.moves" , but `ubuntu` works
Fixes https://github.com/cloudera/clusterdock/issues/19
Hi there, I'm having troubles to expose some ports for testing outside connections with clusterdock (like hive 10000) in a custom image. I'm missing some docs but here is what...
in the case where the user is explicitly passing the help argument to the run script, it can be safely assumed that she intends only to read the help text,...