big-data-europe / docker-hadoop-spark-workbench

[EXPERIMENTAL] This repo includes deployment instructions for running HDFS/Spark inside docker containers. Also includes spark-notebook and HDFS FileBrowser.
688 stars 373 forks source link

Global Values not found #50

Closed smrazaabbas closed 6 years ago

smrazaabbas commented 6 years ago

Hi, I have setup Spark master, worker nodes via docker in this repo. Upon running the sample code, or any code for that matter, Spark notebook throws the following error:

error: not found: value globalScope error: not found: value SparkSession

earthquakesan commented 6 years ago

Hi,

I have switched from spark-notebook to Apache Zeppelin. There is more discussion here: https://github.com/big-data-europe/docker-hadoop-spark-workbench/issues/40 (also pointers for working setup with spark-notebook).

smrazaabbas commented 6 years ago

Great. Thanks, I'll look into it.