Initial commit
3 files changed
tree: 140a4acd4cc88ec3d2cd4dc58678546670a895b5
  1. LICENSE
  2. NOTICE
  3. README.md
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