Skip to content

Commit

Permalink
CHORE: Update spark context test to use non-hail Kryo registrator (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEdwards7502 committed Oct 2, 2024
1 parent e6e637c commit 8f82d29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ object TestSparkContext {
.master("local")
.config("spark.sql.files.openCostInBytes", 53687091200L)
.config("spark.sql.files.maxPartitionBytes", 53687091200L)
.config("spark.kryo.registrator", "is.hail.kryo.HailKryoRegistrator")
.config("spark.serializer", "org.apache.spark.serializer.KryoSerializer")
.getOrCreate()
}

0 comments on commit 8f82d29

Please sign in to comment.