- Type input : Text
- Path : input.txt
- Description : A paragraph, any text
- Type output : Text
- Path : output/
- Description : [word] [frequency of occurrence]
mvn clean package
hadoop jar target/wordcount-V1.jar com.hadoop.mapreduce.WordCount <input_path> <output_path>