Add initial build files
4 files changed
tree: b48002247542c757fe2f2caf3b26f299ea4bb305
  1. dev/
  2. .gitattributes
  3. .gitignore
  4. LICENSE
  5. NOTICE
  6. pom.xml
  7. README.md
  8. 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