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._