Skip to content

Commit

Permalink
Merge pull request #201 from Kotlin/spark-yarn
Browse files Browse the repository at this point in the history
Spark yarn in Jupyter notebooks
  • Loading branch information
Jolanrensen authored Jul 24, 2023
2 parents 40d1d46 + 4719e26 commit b65bd0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ abstract class Integration(private val notebook: Notebook, private val options:
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion",
"org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion",
"org.apache.spark:spark-sql_$scalaCompatVersion:$sparkVersion",
"org.apache.spark:spark-yarn_$scalaCompatVersion:$sparkVersion",
"org.apache.spark:spark-streaming_$scalaCompatVersion:$sparkVersion",
"org.apache.spark:spark-mllib_$scalaCompatVersion:$sparkVersion",
"org.apache.spark:spark-sql_$scalaCompatVersion:$sparkVersion",
Expand Down

0 comments on commit b65bd0f

Please sign in to comment.