Jupyter for spark using scala

hi, can you please help me with the steps to configure jupyter for spark with scala along with the path required for scala.

Hi @akashjha,

Please follow this blog to launch Spark on Jupyter.

This documentation is for Python. Same steps will work for scala. Just make sure that you specify scala path instead of Python path.

Also, if you want to work on the default version of spark then just launch jupyter notebook without setting SPARK_HOME variable and launch Jupyter.

Once Jupyter is launched then select the “Apache Toree - Scala” notebook to access spark with Scala.

Hope this helps.

Thanks

Do I need to install scala as I cannot see the folder for this to set in the SCALA_HOME variable?