Changes between Version 5 and Version 6 of jazz/09-04-28
- Timestamp:
- Apr 28, 2009, 9:44:22 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-04-28
v5 v6 65 65 issuing requests using the D-Bus system message bus. 66 66 }}} 67 * 測試 Cloudera 的 Hadoop Debian Package 68 {{{ 69 ~# lsb_release -a 70 Distributor ID: Ubuntu 71 Description: Ubuntu 8.10 72 Release: 8.10 73 Codename: intrepid 74 75 ~# cat > /etc/apt/sources.list.d/hadoop.list << EOF 76 deb http://archive.cloudera.com/debian intrepid contrib 77 EOF 78 79 ~# apt-get update 80 ~# apt-get install hadoop 81 ~# /opt/drbl/sbin/drblsrv -i 82 ~# /opt/drbl/sbin/drblpush -i 83 }}}