https://github.com/keith-turner/fluo-tour
https://github.com/keith-turner/fluo-tour
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keith-turner/fluo-tour
- Owner: keith-turner
- Created: 2016-03-29T20:39:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T17:22:46.000Z (over 8 years ago)
- Last Synced: 2025-01-09T06:12:59.247Z (5 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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