Gerard Maas

Results 6 issues of Gerard Maas

This PR upgrades the build and the code to compile to Scala 2.12. The code needed minor changes to disambiguate the SAM type inference. I hope somebody could help out...

The docker image for the Spark Notebook is still using JDK 7, leading to runtime failures of common libraries that rely on JDK 8 features (like java.time in this case:...

bug

With a fresh download of 0.7.0, `markdown` export fails with: ``` [error] application - Error accessing notebook [core/Simple Spark] java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) ~[na:1.8.0_101] at...

bug

currently, runLocal generates a temporary directory for every execution. Some users expressed their desire to have always the same output location to facilitate inspecting the logs. We can offer that...

kind/enhancement
priority/nice-to-have
productboard

On the page: http://databricks.gitbooks.io/databricks-spark-reference-applications/content/ the links to: - 'Log Analysis Application' http://databricks.gitbooks.io/databricks-spark-reference-applications/logs_analyzer/README.html - 'Twitter Streaming Language Classifier' http://databricks.gitbooks.io/databricks-spark-reference-applications/twitter_classifier/README.html are broken (HTTP/404)

These are mostly Scala oriented edits that I did while reading/understanding the implementation. I also added a number of questions, formatted as comments before the relevant line. @blublinsky could you...