Convert multi-module build to single module (#17)

* Simplify build by consolidating the tarball assembly and the jar into a
single module Maven build
* Update copyright date
* Update travis build configuration
* Simplify assembly by removing unneeded configs
* Remove unused profiles and plugin config in the POM
* Add script to easily create release candidates
* Add script for creating release candidates
* Add missing scm and issueManagement sections to POM
16 files changed
tree: a9905e69c2ec5d4e9e43595930b9ef8cc3ca7eac
  1. contrib/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. CONTRIBUTING.md
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
README.md

Apache Fluo YARN launcher

Build Status Apache License

A tool for running Apache Fluo applications in Hadoop YARN.

Getting Started