Changes between Version 4 and Version 5 of jazz/13-01-30
- Timestamp:
- Jan 30, 2013, 6:05:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/13-01-30
v4 v5 31 31 jazzwang.tw@vm36:~$ su - 32 32 ### 其次,加入 BigTop 的套件金鑰,跟套件庫來源 33 root@vm36:~# wget -O- http://archive.apache.org/dist/bigtop/bigtop-0. 4.0/repos/GPG-KEY-bigtop | apt-key add -34 root@vm36:~# wget -O /etc/apt/sources.list.d/bigtop-0. 4.0.list http://archive.apache.org/dist/bigtop/bigtop-0.4.0/repos/`lsb_release --codename --short`/bigtop.list33 root@vm36:~# wget -O- http://archive.apache.org/dist/bigtop/bigtop-0.5.0/repos/GPG-KEY-bigtop | apt-key add - 34 root@vm36:~# wget -O /etc/apt/sources.list.d/bigtop-0.5.0.list http://archive.apache.org/dist/bigtop/bigtop-0.5.0/repos/`lsb_release --codename --short`/bigtop.list 35 35 ### 更新套件庫 36 36 root@vm36:~# apt-get update … … 58 58 root@vm36:~# apt-get -y install hadoop-hdfs\* hadoop-mapreduce\* 59 59 }}} 60 * Apache !BigTop 專案主要是針對最新版本的 Apache Hadoop Ecosystem 進行整體的測試,所以版本都會是比較新的。底下是 BigTop 0.5.0 正式釋出所產生的套件庫版本: 61 {{{ 62 Apache Hadoop 2.0.2-alpha 63 Apache Zookeeper 3.4.5 64 Apache Flume 1.3.0 65 Apache HBase 0.94.2 66 Apache Pig 0.10.0 67 Apache Hive 0.9.0 68 Apache Sqoop 1.4.2 69 Apache Oozie 3.3.0 70 Apache Whirr 0.8.1 71 Apache Mahout 0.7 72 Apache Solr (SolrCloud) 4.0.0 73 Apache Crunch (incubating) 0.4.0 74 DataFu 0.0.4 75 Hue 2.1.0 76 }}}