Add git configuration files
2 files changed
tree: df26295d6b565cbafa8efa72a6c1c1fb8d6cc78f
  1. .gitattributes
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. 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