Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 506 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 506 Bytes

springone-hadoop

Spring Batch Hadoop workflow

Requires that the tweet-counts-hadoop project has been built and is available in your local Maven repository.

If that's not the case do the following:

cd ~/springone-hadoop/tweet-counts-hadoop
mvn clean install
cd ~/springone-hadoop/tweet-batch

Build and run using

cd ~/springone-hadoop/tweet-batch
mvn clean package
sh ./target/appassembler/bin/batchApp

Adjust JAVA_HOME and your path to the project as needed._