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 I did :
Add port in clusterdock/topologies/cdh/actions.py
Change cloudera_namespace in /cloudera/clusterdock/blob/master/clusterdock/constants.cfg to my personal docker namespace
Change url of constants.cfg in clusterdock.sh to my custom constants.cfg
docker build -t myrepo/clusterdock from root folder and push it to my docker repo
But when I clusterdock_run ./bin/start_cluster cdh it's still pull from cloudera docker repo. I'm surely missing so obvious but any additional documentation on the process will be cool :-)
PS : I did a pull request on actions.py to expose those ports
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 I did :
But when I clusterdock_run ./bin/start_cluster cdh it's still pull from cloudera docker repo. I'm surely missing so obvious but any additional documentation on the process will be cool :-)
PS : I did a pull request on actions.py to expose those ports
Mehdi