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
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
I can confirm there's an issue I've got toree kernels for 1.6 (0.1.0.dev5) and 2.0 (0.2.0.dev1) running and the updating textbox fails to fall a function with the spark 2.0 kernel but is fine under spark 1.6. There is one conspicuous but uninformative ERROR in the jupyper's stderr.
I then downloaded the source for declarative widgets and toree 0.2.0 to compile, this fails due to a missing class: SparkIMain, messing around I found toree switched to using IMain and eventually got a hacky version of declarative widgets to compile with a dependency of toree 0.2.0 and spark 2.0.1. I'm still testing but as I need it for some dashboards I'll probably get something going.
If there's interest I can provide my detailed notes and a patch likely next week. I suspect the way it should be is that jars are published for different spark versions to Maven Central/clojars/Bintray and PyPi so one can %addjar the one needed.
As you are probably aware, Toree now supports spark 2.0, would be super-nice if DW could upgrade as well.
Thanks in advance.
The text was updated successfully, but these errors were encountered: