Changes between Version 3 and Version 4 of jazz/08-11-04
- Timestamp:
- Nov 4, 2008, 3:05:34 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/08-11-04
v3 v4 5 5 * 11:00 - 12:30 Public Talk Session: "Introduction to Hadoop and Cloud Computing" @ 北群多媒體 6 6 * 14:00 - 17:00 Hands-on Labs (1): "Basics of DFS commands + How to develop !MapReduce program using Hadoop?" @ 北群多媒體 7 8 * Hadoop Hands-on Labs (1) 9 * download hadoop-0.18.2 10 {{{ 11 $ wget http://ftp.twaren.net/Unix/Web/apache/hadoop/core/hadoop-0.18.2/hadoop-0.18.2.tar.gz 12 $ tar zxvf hadoop-0.18.2.tar.gz 13 }}} 14 * 15 {{{ 16 $ cd hadoop-0.18.2 17 ~/hadoop-0.18.2$ bin/hadoop namenode -format 18 }}} 19 * conf/hadoop-site.xml 20 {{{ 21 22 }}}