[BAHIR-54] Remove scala support from parent pom
1 file changed
tree: e86da17c4f7e2ad2001e99d8126135dd20cff697
  1. dev/
  2. .gitattributes
  3. .gitignore
  4. .travis.yml
  5. LICENSE
  6. NOTICE
  7. pom.xml
  8. README.md
  9. 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