Skip to content

Commit

Permalink
added spark-yarn to jupyter integration by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Jul 24, 2023
1 parent 40d1d46 commit 4719e26
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 4719e26

Please sign in to comment.