Changes between Version 26 and Version 27 of jazz/08-11-05


Ignore:
Timestamp:
Nov 5, 2008, 2:28:53 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-11-05

    v26 v27  
    5353   *
    5454{{{
    55 ~/hadoop-0.18.2$ echo "sed -e "s/ /\n/g" | grep ." > streamingMapper.sh
     55~/hadoop-0.18.2$ echo "sed -e \"s/ /\n/g\" | grep ." > streamingMapper.sh
    5656~/hadoop-0.18.2$ echo "uniq -c | awk '{print $2 \"\t\" $1}'" > streamingReducer.sh
    5757~/hadoop-0.18.2$ bin/hadoop jar ./contrib/streaming/hadoop-0.18.2-streaming.jar -input conf -output out1 -mapper streamingMapper.sh -reducer streamingReducer.sh -file ./streamingMapper.sh -file ./streamingReducer.sh
     
    828208/11/05 09:28:09 INFO fs.FSNamesystem: fsOwner=jazz,jazz,dialout,cdrom,floppy,audio,video,plugdev
    838308/11/05 09:28:09 INFO fs.FSNamesystem: supergroup=supergroup
     84
    848508/11/05 09:28:09 INFO fs.FSNamesystem: isPermissionEnabled=true
    858608/11/05 09:28:09 INFO dfs.FSNamesystemMetrics: Initializing FSNamesystemMeterics using context object:org.apache.hadoop.metrics.spi.NullContext