- Type input : Text
- Path : input.txt
- Description : A paragraph, any text
- Type output : Text
- Path : output/
- Description : [word] [frequency of occurrence]
See details tutorial: https://demanejar.github.io/posts/hadoop-mapreduce-and-wordcount-project/
mvn clean package
hadoop jar target/wordcount-V1.jar com.hadoop.mapreduce.WordCount <input_path> <output_path>