Changes between Initial Version and Version 1 of Hinet130923/Lab16


Ignore:
Timestamp:
Sep 24, 2013, 3:00:05 PM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hinet130923/Lab16

    v1 v1  
     1[[PageOutline]]
     2
     3◢ <[wiki:Hinet130923/Lab15 實作十五]> | <[wiki:Hinet130923 回課程大綱]> ▲ | ◣
     4
     5= 實作十六 Lab16 =
     6
     7{{{
     8cd ~/hadoop_labs/lab008
     9ant
     10hadoop fs -rmr input output
     11hadoop fs -put ~/hadoop/conf input
     12hadoop jar WordCount.jar input output
     13}}}