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

Changes between Version 2 and Version 3 of III140322/Lab9


Ignore:
Timestamp:
Mar 23, 2014, 1:32:47 PM (12 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • III140322/Lab9

    v2 v3  
    2222
    2323{{{
    24 ~$ hadoop fs -put /etc/hadoop/conf lab9_input
     24~$ hadoop fs -put /opt/hadoop/conf lab9_input
    2525~$ hadoop jar hadoop-streaming.jar -input lab9_input -output lab9_out1 -mapper /bin/cat -reducer /usr/bin/wc
    2626~$ hadoop fs -cat lab9_out1/part-00000