Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Compiling

mvn compile

Testing

mvn test

Running

mvn assembly:single # this will bundle dependencies, we actually don't have any, but good to set up.
hadoop jar target/java-mapreduce-1.0-SNAPSHOT-jar-with-dependencies.jar /path/to/users /path/to/transactions /path/to/output