Commit 19af5d6f by WangJinfeng

fix rtdmp

parent 3ef225e1
......@@ -46,6 +46,7 @@ class RTDmpMain extends CommonSparkJob with Serializable {
.config("spark.io.compression.codec", "snappy")
.config("spark.sql.orc.filterPushdown", "true")
.config("spark.serializer", "org.apache.spark.serializer.KryoSerializer")
.enableHiveSupport()
.getOrCreate()
val sc = spark.sparkContext
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment