CODAIT / aardpfark

A library for exporting Spark ML models and pipelines to PFA
http://codait.org
Apache License 2.0
54 stars 15 forks source link

Document correct addition of jars #1

Closed gerashegalov closed 6 years ago

gerashegalov commented 6 years ago

The method mentioned in README --jars does not work with a vanilla Spark 2.2.0 build available from https://spark.apache.org/downloads.html due to conflicting avro and json4s dependencies included in aardpfark assembly.

This commit also adds imports to examples to make them copy- and-pasteable by default.