NICTA / serene

Serene Data Integration Platform
Apache License 2.0
5 stars 6 forks source link

Fat jar is not properly assembled with sbt #4

Open nruemmele opened 7 years ago

nruemmele commented 7 years ago

"sbt assembly" with the current build properties does not actually create a fat jar with all required dependencies (at least spark dependencies seem to be messed up).

When running serene via "bin/serene-start", training of models fails with the error: Error while instantiating 'org.apache.spark.sql.internal.SessionState'

Running serene via "sbt run" does not have these issues.

nruemmele commented 7 years ago

https://jira.csiro.au/browse/SERENE-203