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:
-
Mar 23, 2014, 1:40:12 PM (11 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
22 | 22 | {{{ |
23 | 23 | ~$ hadoop fs -put /opt/hadoop/conf lab5_input |
24 | | ~$ hadoop fs -rmr lab5_out2 |
| 24 | ~$ hadoop fs -rmr lab5_out2 ## 這行是預防上次有執行過這個範例的防呆步驟 |
25 | 25 | ~$ hadoop jar hadoop-examples.jar wordcount lab5_input lab5_out2 |
26 | 26 | }}} |
| 27 | |
| 28 | * 連線到 http://lab.3du.me:50030 查詢您剛剛提交的任務(Job)狀態 |
| 29 | |
27 | 30 | * 檢查輸出結果的方法同之前方法[[BR]]Let's check the computed result of '''wordcount''' from HDFS : |
28 | 31 | {{{ |