close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 9 and Version 10 of jazz/Hadoop_Lab6


Ignore:
Timestamp:
Mar 26, 2009, 12:01:39 PM (16 years ago)
Author:
ceasar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hadoop_Lab6

    v9 v10  
    3434$ jar -cvf wordcount2.jar -C MyJava2 .
    3535$ bin/hadoop jar wordcount2.jar WordCount2 input output2 -skip pattern.txt
    36 $ dfs -cat output2/part-00000
     36$ bin/hadoop dfs -cat output2/part-00000
    3737$ bin/hadoop jar wordcount2.jar WordCount2 -Dwordcount.case.sensitive=false input output3 -skip pattern.txt
    38 $ dfs -cat output3/part-00000
     38$ bin/hadoop dfs -cat output3/part-00000
    3939}}}