Mirror of CDH repository by Docker with httpd
This project aims to speed up your progress when you want to install CDH at Configuring a Local Package Repository, especially for developers from China.
The repository images are built automatically at Docker Hub.
You should choose the right one for your host to install HDP.
If you are from China, you should to configure Docker proxy, like this.
If you want to install CDH version 6.3.1
on Centos 7
:
docker run -dit --name cm-6.3.1 -p 8080:80 lencent/cdh:redhat7-cm-6.3.1
or
docker run --rm -it -p 8080:80 lencent/cdh:redhat7-cm-6.3.1
docker run -dit --name cdh-6.3.1 -p 8090:80 lencent/cdh:redhat7-cdh-6.3.1
or
docker run --rm -it -p 8090:80 lencent/cdh:redhat7-cdh-6.3.1
If you encounter any problems, just issue an issue.