close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: cannot map zero-fill pages: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 7, 2009, 8:00:57 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 6 | 6 | [[PageOutline]] |
| 7 | 7 | |
| 8 | | http://archive.cloudera.com/docs/index-nochunks.html |
| 9 | | |
| 10 | | http://archive.cloudera.com/desktop/packages.html |
| 11 | 8 | |
| 12 | 9 | |
| 13 | | /etc/apt/sources.list.d/cloudera.list |
| | 10 | |
| | 11 | = 安裝 = |
| | 12 | == 加入套件庫 == |
| | 13 | |
| | 14 | 新增一個檔案 /etc/apt/sources.list.d/cloudera.list,內容如下 |
| | 15 | |
| 14 | 16 | {{{ |
| 15 | 17 | #!text |
| … |
… |
|
| 19 | 21 | }}} |
| 20 | 22 | |
| | 23 | == 安裝cdh2 (hadoop0.20) & desktop == |
| 21 | 24 | {{{ |
| 22 | 25 | $ wget http://archive.cloudera.com/debian/archive.key | sudo apt-key add - |
| … |
… |
|
| 25 | 28 | $ apt-get install cloudera-desktop cloudera-desktop-plugins |
| 26 | 29 | }}} |
| 27 | | |
| | 30 | = 設定 = |
| 28 | 31 | == 修改 hdfs-site.xml == |
| 29 | 32 | |
| … |
… |
|
| 85 | 88 | |
| 86 | 89 | {{{ |
| 87 | | $ /etc/init.d/cloudera-desktop restart |
| | 90 | $ /etc/init.d/hadoop-0.20-namenode start |
| | 91 | $ /etc/init.d/hadoop-0.20-datanode start |
| | 92 | $ /etc/init.d/hadoop-0.20-jobtracker start |
| | 93 | $ /etc/init.d/hadoop-0.20-tasktracker start |
| | 94 | $ /etc/init.d/cloudera-desktop start |
| 88 | 95 | }}} |
| 89 | 96 | |
| 90 | | http://localhost:8088/ |
| | 97 | = 使用 = |
| | 98 | |
| | 99 | 用firefox 3.5 以上版本打開 [http://localhost:8088/] 即可操作 |
| | 100 | |
| | 101 | = 參考文件 = |
| | 102 | |
| | 103 | * [http://archive.cloudera.com/docs/index-nochunks.html cloudera distribute hadoop] |
| | 104 | |
| | 105 | * [http://archive.cloudera.com/desktop/packages.html cloudera desktop ] |