Spark support in Zeppelin
For a brief overview of Apache Spark fundamentals with Apache Zeppelin, see the following guide:
- built-in Apache Spark integration.
 - With Spark Scala SparkSQL, PySpark, SparkR
 - Inject SparkContext, SQLContext and SparkSession automatically
 - Canceling job and displaying its progress
 - Supports different modes: local, standalone, yarn(client & cluster), k8s
 - Dependency management
 - Supports different context per user / note
 - Sharing variables among PySpark, SparkR and Spark through ZeppelinContext
 - Livy Interpreter
 
For the further information about Spark support in Zeppelin, please check