An open API service indexing awesome lists of open source software.

https://github.com/keith-turner/fluo-tour


https://github.com/keith-turner/fluo-tour

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

Fluo Tour
---------

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

```bash
mvn -q clean compile exec:java
```

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

[tour]: https://fluo.apache.org/tour
[Main.java]: src/main/java/ft/Main.java