close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 28, 2009, 6:20:02 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
5 | 5 | }}} |
6 | 6 | [[PageOutline]] |
7 | | |
8 | | |
9 | | == 前言:啟動Hadoop環境 == |
10 | | |
11 | | * 重新啟動昨天的環境 |
12 | | * 在 node1 上操作 |
13 | | {{{ |
14 | | $ cd ~ |
15 | | $ wget http://hadoop.nchc.org.tw/~waue/clean.sh |
16 | | $ chmod 755 clean.sh |
17 | | $ ./clean.sh |
18 | | $ |
19 | | }}} |
20 | | * 請檢查 hadoop 是否正確運作. |
21 | 7 | |
22 | 8 | == 練習 1 : Word Count 初級版 == |