Showing
1 changed file
with
1 additions
and
1 deletions
@@ -33,7 +33,7 @@ public class ExecutorBuilder { | @@ -33,7 +33,7 @@ public class ExecutorBuilder { | ||
33 | 33 | ||
34 | 34 | ||
35 | public ExecutorBuilder sparkConf() { | 35 | public ExecutorBuilder sparkConf() { |
36 | - sparkConf = () -> new SparkConf().setAppName(APP_NAME); | 36 | + sparkConf = () -> new SparkConf().setAppName(APP_NAME).set("spark.serializer", "org.apache.spark.serializer.KryoSerializer"); |
37 | return this; | 37 | return this; |
38 | } | 38 | } |
39 | 39 |
-
Please register or login to post a comment