Closed ssimeonov closed 8 years ago
Thanks for reporting this issue @ssimeonov. We are heavily working on #255 right now so I am not sure when I am able to bump the Spark version. But it is planned to happen this year still :+1:
Does that work for you or do you need it sooner? The other functions should work most of the time. The example datasets are giving me the most problems when upgrading.
@FRosner I'm blocked on this; I guess it's back to SparkR and ggplot...
@ssimeonov sorry to hear that. Have you tried working with your existing data instead of the example data set? It might be that only the example dataset functions are not working with 1.5.x, so you might want to give it a try.
However, our plan is ultimately to also offer a front-end integration with SparkR and PySpark. This will be the next step after the integration in Spark Notebooks (which is Scala, still).
Just adding, I am on Spark 1.5.1 and running show(golf) gives me: java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.expressions.package$.Row()Lorg/apache/spark/sql/Row
@fabsta yep that's the same problem that @ssimeonov is facing. It is because of the changes in the SQL API that happened from 1.3 to 1.4 to 1.5. As soon as I am ready with #253 (part of #255), I will bump the version of Spark to 1.5.
@ssimeonov getting closer to the completion of other tasks so I can start on this one. However, I tried using DDS with Spark 1.5.2 yesterday and it seems to work for the core functions. So you can try using your own data rather than the example dataset and nevertheless use Spark 1.5.2.
But anyway it might be a good choice to wait a little bit as we are currently rewriting the project completely to make it more modular. The UI will also be rewritten to be more consistent in terms of visualization configuration and it will be pluggable to different notebook implementations (Spark Notebook, Zeppelin, etc.).
@ssimeonov closing this one. The next release 4.0.0-alpha will contain support for Spark 1.5.x. Please check the release page tonight :)
On 1.5.2 the README
show(golf)
operation generates: