前两篇文章介绍了docker的基本命令如何安装hadoop那么大家会比较了解docker的基本语法的安装过程。那么咱们今天来一起安装一下hive。安装1、下载gitHub,地址:https://github.com/prasanthj/docker-hive-on-tez。如果背墙了,可以选择下载z...
分类:
其他好文 时间:
2014-12-16 18:51:47
阅读次数:
841
elasticsearch? ulimit: error setting limit 解决: My understanding is that /etc/security/limits.conf applies to login shells - but if you‘ve installed docker via apt-get, it‘s started by Upstart. ...
分类:
其他好文 时间:
2014-12-16 13:38:59
阅读次数:
228
解决办法: This has helped me in installing aufs, run the following commands: sudo apt-get install lxc wget bsdtar curl
sudo apt-get install linux-image-extra-$(uname -r)
sudo modprobe aufs...
分类:
其他好文 时间:
2014-12-16 11:55:27
阅读次数:
241
Docker 的镜像管理设计中大量借鉴了 Git 的理念。
下面这张图将对两者的核心概念和操作进行比较,有助于大家快速掌握管理 Docker 镜像的正确方式。...
分类:
其他好文 时间:
2014-12-15 15:28:52
阅读次数:
128
上一篇文章介绍了一些docker的基本命令,这篇文章来安装一个HADOOP一、下载hadoop镜像@~/git/github/docker-ambari (master)$ docker pull sequenceiq/hadoop-docker:2.6.0Pulling repository se...
分类:
其他好文 时间:
2014-12-15 12:04:13
阅读次数:
195
1.清空minnowmax kernel以后,从头编译的.config保存一份2.make -c menuconfig linux-yocto保存新的.config3.diff old_config new_config 得到配置段,添加到kernel配置中4.在PC上跑docker时,载入了3个模...
分类:
其他好文 时间:
2014-12-15 06:32:56
阅读次数:
252
最近听说docker很火,这两天学习了一下。本人实用的是mac os操作系统。有关什么是docker、docker的好处以及安装,请参考:http://tech.uc.cn/?p=2726一、基本命令1、安装ubuntu虚拟机docker pull ubuntu2、查看镜像@~ $ docker i...
分类:
其他好文 时间:
2014-12-14 18:28:11
阅读次数:
236
要在Docker下使用网桥形式让外网直接访问内网,需要对docker进行一些配置,实际测试如下(需要注意docker版本的问题)#eth1:192.168.56.101#eth2:192.168.58.101#192.168.56.0/24管理网络#192.168.58.0/24数据网络,容器使用的网络#切换到root用户执行以下命令1、配置LinuxBri..
分类:
其他好文 时间:
2014-12-14 07:17:49
阅读次数:
172
笔者这里是用CnetOS6.5系统 ?开始安装daoker之旅: [root@localhost?~]#?uname?-r
2.6.32-431.el6.x86_64 [root@localhost?~]#?cat?/etc/issue
CentOS?release?6.5?(Final)
Kernel?\r?on?an?\m 注意...
分类:
其他好文 时间:
2014-12-12 19:30:50
阅读次数:
420
今天启动docker之后,发现包这个错: ???~?docker images 2014/12/11 17:11:06 Get http:///var/run/docker.sock/v1.15/images/json: dial unix /var/run/docker.sock: no such file or directory 于是乎看看...
分类:
系统相关 时间:
2014-12-11 19:29:08
阅读次数:
817