[BAHIR-57] Add Flume sink

Closes #2
4 files changed
tree: 1d2f13811a5cacc3f1d71675b088b02fea916d7f
  1. dev/
  2. flink-connector-flume/
  3. flink-connector-redis/
  4. .gitattributes
  5. .gitignore
  6. .travis.yml
  7. LICENSE
  8. NOTICE
  9. pom.xml
  10. README.md
  11. scalastyle-config.xml
README.md

Apache Bahir

Apache Bahir provides extensions to distributed analytics platforms such as Apache Spark and Apache Flink.

http://bahir.apache.org/

Building Bahir

Bahir is built using Apache Maven. To build Bahir and its example programs, run:

mvn -DskipTests clean install

Running tests

Testing first requires building Bahir. Once Bahir is built, tests can be run using:

mvn test