1 Star 0 Fork 72

字母哥哥/hadoop-docker-nn

forked from supermy/hadoop-docker-nn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-common.sh 889 Bytes
一键复制 编辑 原始数据 按行查看 历史
supermy 提交于 2015-04-08 18:47 . hbase的snappy测试;
# build all docker images except jamesmo/cdh5:latest
# base
#第一次构造的时候放开,从网络同步资源,需要较好的带宽
#docker build -t jamesmo/cdh5 .
docker build -t jamesmo/nn:cdh5 hdfs/nn/
docker build -t jamesmo/dn:cdh5 hdfs/dn/
#docker build -t jamesmo/yarn:cdh5 hdfs/yarn/
#hbase+hive
#第一次构造的时候放开,从网络同步资源,需要较好的带宽
#docker build -t jamesmo/hbase:cdh5 hbase/
docker build -t jamesmo/hb:cdh5 hbase/hmaster/
docker build -t jamesmo/rs:cdh5 hbase/hregionserver/
docker build -t jamesmo/initdb:cdh5 hbase/init-hive-hbase/
#减少空间占用,删除压缩模式的镜像包
docker images|grep -v cdh5-|grep -v hbase|grep -v yarn|grep snappy-spark|awk '{print $3}'|xargs docker rmi
docker ps -a|awk '{print $1}'|xargs docker rm
docker images|grep none|awk '{print $3}'|xargs docker rmi
docker images|grep jamesmo
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanxt/hadoop-docker-nn.git
[email protected]:hanxt/hadoop-docker-nn.git
hanxt
hadoop-docker-nn
hadoop-docker-nn
master

搜索帮助