ubuntu12.04 安装 hadoop
- 下载 cloudera CDH4的安装包 this link for a Precise system.
- 安装
1 | sudo dpkg -i ~/Downloads/cdh4-repository_1.0_all.deb |
- 添加
Repository Key1
$ curl -s http://archive.cloudera.com/cdh4/ubuntu/lucid/amd64/cdh/archive.key | sudo apt-key add -
- 安装
1 | sudo apt-get update #更新软件源 |