update to latest fluo version (#155)

1 file changed
tree: d752d2dcdccbba8eec59a50abad2d45fad4b545a
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

Fluo Tour

This git repository provides a barebones Maven+Java environment for the Fluo Tour. As you go through the tour edit Main.java and use the following command to get all of the correct dependencies on the classpath and execute Main.

mvn -q clean compile exec:java

The command takes a bit to run because it starts a MiniAccumulo and MiniFluo each time.