学习用的hadoop容器(下)

综合前面文章的分析,制作了一个用来学习hadoop的容器,容器的dockefile放在这里:

这个容器已经build好,放在了这里:

可以直接pull下来,并启动容器进行使用:

$ docker run -it -P weli/hadoop-learn /etc/bootstrap.sh -bash

这个容器会启动hadoop的多个组件:

并且容器里面有编译好的hadoop使用样例可供使用:

$ /root/run_example.sh

以下是例子的执行结果:

这个容器可以用来学习hadoop使用。

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues