We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5009355 commit 0be6b70Copy full SHA for 0be6b70
kotlin-spark-api/3.2/src/main/kotlin/org/jetbrains/kotlinx/spark/api/jupyter/SparkIntegration.kt
@@ -59,7 +59,6 @@ internal class SparkIntegration : Integration() {
59
.master(SparkConf().get("spark.master", "local[*]"))
60
.appName("Jupyter")
61
.config("spark.sql.codegen.wholeStage", false)
62
- .config("spark.io.compression.codec", "snappy")
63
.getOrCreate()""".trimIndent(),
64
"""
65
spark.sparkContext.setLogLevel(org.jetbrains.kotlinx.spark.api.SparkLogLevel.ERROR)""".trimIndent(),
0 commit comments