Apache Bahir provides extensions to distributed analytics platforms such as Apache Spark and Apache Flink.
Bahir is built using Apache Maven. To build Bahir and its example programs, run:
mvn -DskipTests clean install
Testing first requires building Bahir. Once Bahir is built, tests can be run using:
mvn test