Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 197 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 197 Bytes

hadoop wordcount example

#package mvn package

#local test java -jar target/wordcount-1.0.jar input/ output/

#remote test hadoop jar wordcount-1.0.jar remote/input/ remote/output/