Version 4 (modified by jazz, 14 years ago) (diff) |
---|
2010-05-28
- 安裝 Cloudera hadoop 套件
#!/bin/bash dist=$(lsb_release -c | awk '{ print $2 }') echo "deb http://archive.cloudera.com/debian $dist-cdh2 contrib" > cloudera.list echo "deb-src http://archive.cloudera.com/debian $dist-cdh2 contrib" >> cloudera.list sudo mv cloudera.list /etc/apt/sources.list.d/. curl -s http://archive.cloudera.com/debian/archive.key | sudo apt-key add - sudo apt-get update sudo apt-cache search hadoop sudo apt-get install hadoop-0.20 hadoop-0.20-pipes hadoop-0.20-conf-pseudo
Attachments (1)
- install_cdh2.sh (1.1 KB) - added by jazz 14 years ago.
Download all attachments as: .zip