Skip to content

Commit 0be6b70

Browse files
committed
removed snappy again
1 parent 5009355 commit 0be6b70

File tree

1 file changed

+0
-1
lines changed
  • kotlin-spark-api/3.2/src/main/kotlin/org/jetbrains/kotlinx/spark/api/jupyter

1 file changed

+0
-1
lines changed

kotlin-spark-api/3.2/src/main/kotlin/org/jetbrains/kotlinx/spark/api/jupyter/SparkIntegration.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ internal class SparkIntegration : Integration() {
5959
.master(SparkConf().get("spark.master", "local[*]"))
6060
.appName("Jupyter")
6161
.config("spark.sql.codegen.wholeStage", false)
62-
.config("spark.io.compression.codec", "snappy")
6362
.getOrCreate()""".trimIndent(),
6463
"""
6564
spark.sparkContext.setLogLevel(org.jetbrains.kotlinx.spark.api.SparkLogLevel.ERROR)""".trimIndent(),

0 commit comments

Comments
 (0)