You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Kevin Bates (JIRA)" <ji...@apache.org> on 2017/01/20 19:32:26 UTC

[jira] [Created] (TOREE-361) Spark examples that use Spark 2 fail because docker image contains 1.6

Kevin Bates created TOREE-361:
---------------------------------

             Summary: Spark examples that use Spark 2 fail because docker image contains 1.6
                 Key: TOREE-361
                 URL: https://issues.apache.org/jira/browse/TOREE-361
             Project: TOREE
          Issue Type: Bug
            Reporter: Kevin Bates
            Priority: Minor


Spark2-dependent examples (magic-tutorial.ipynb) don't work because the docker image referenced in the Makefile contains Spark 1.6. As a result, issues occur with import of spark.implicits._ (and SparkSession references).  

Workaround: override with specific tag of more recent image (e.g.,  `make dev IMAGE=jupyter/all-spark-notebook:2410ad57203a`) based on examination at https://github.com/jupyter/docker-stacks/wiki/Docker-build-history.

The default (no override) should render working examples.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)