Table of Contents
MapReduce in Perl
Streaming API
- Example:
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-input myInputDirs \
-output myOutputDir \
-mapper /bin/cat \
-reducer /bin/wc
CPAN Modules
Other
- Presentation - example of computing rating for IP addresses in log file