de.kumpe.hadooptimizer.examples.tutorial
Class WordCount

java.lang.Object
  extended by de.kumpe.hadooptimizer.examples.tutorial.WordCount

public class WordCount
extends Object

Adapted MapReduce example from hadoop's MapReduce tutorial: http://hadoop.apache.org/common/docs/r0.20.0/mapred_tutorial.html.


Nested Class Summary
static class WordCount.Map
           
static class WordCount.Reduce
           
 
Constructor Summary
WordCount()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordCount

public WordCount()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2011 Christian Kumpe. All Rights Reserved.