Build against Fluo 1.2.0 and Accumulo 1.7.3 (#146)

* Update build configuration to build against Fluo 1.2.0
* Change Accumulo default version to 1.7.3, since Fluo 1.2.0 requires 1.7
* Update copyright date
* Update Travis config to build with both Accumulo 1.7.3 and 1.8.1
* Remove unused thrift dependency (version need not be managed
  since Fluo 1.2.0 now shades its version, so it won't conflict with
  Accumulo's version)
3 files changed
tree: 3e91dbf813ae0b4d41c27810b18fbfddafc766fb
  1. contrib/
  2. modules/
  3. .gitignore
  4. .travis.yml
  5. CONTRIBUTING.md
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
README.md

Apache Fluo Recipes

Build Status Apache License

Fluo Recipes are common code for Apache Fluo application developers.

Fluo Recipes build on the Fluo API to offer additional functionality to developers. They are published separately from Fluo on their own release schedule. This allows Fluo Recipes to iterate and innovate faster than Fluo (which will maintain a more minimal API on a slower release cycle). Fluo Recipes offers code to implement common patterns on top of Fluo's API. It also offers glue code to external libraries like Spark and Kryo.

Getting Started