BAHIR-59[AMQ] Fix constructor visibility and error messages (rmetzger)
3 files changed
tree: ec404df9115110f9fc714134f51ce6deb3b205c5
  1. dev/
  2. flink-connector-activemq/
  3. flink-connector-flume/
  4. flink-connector-redis/
  5. .gitattributes
  6. .gitignore
  7. .travis.yml
  8. LICENSE
  9. NOTICE
  10. pom.xml
  11. README.md
  12. 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