- Luciano's Development Guidelines - https://github.com/SparkTC/development-guidelines
- Mike's SystemML Git Guide - https://gist.github.com/dusenberrymw/78eb31b101c1b1b236e5
- Dev Mailing List - http://mail-archives.apache.org/mod_mbox/systemml-dev/
- SystemML Website - http://systemml.apache.org/
- SystemML on GitHub - https://github.com/apache/systemml
- SystemML Documentation - https://apache.github.io/systemml
- Scott Chacon's Pro Git - https://progit.org/
pip3 install -U -e src/main/python
mvn clean package
PYSPARK_PYTHON=python3 spark-submit --master local[*] --driver-class-path target/SystemML.jar src/main/python/tests/test_mllearn.py
PYSPARK_PYTHON=python3 spark-submit --master local[*] --driver-class-path target/SystemML.jar src/main/python/tests/test_mlcontext.py
To deploy project artifacts to the Apache Snapshot Repository takes a little set-up. Here are the steps that I followed.
Follow the instructions here: https://maven.apache.org/guides/mini/guide-encryption.html
spark-shell --executor-memory 4G --driver-memory 4G --driver-class-path=target/SystemML.jar
spark-shell --executor-memory 4G --driver-memory 4G --driver-class-path="target/classes:target/lib/antlr4-runtime-4.5.3.jar:target/lib/wink-json4j-1.4.jar"
OlderNewer