You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
The text was updated successfully, but these errors were encountered:
"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.
The text was updated successfully, but these errors were encountered: