Commit c6bf7d3c authored by 王志伟's avatar 王志伟

延长时间

parent f8bdbf7d
......@@ -34,7 +34,7 @@ object GmeiConfig extends Serializable {
val sparkConf = new SparkConf
sparkConf.set("spark.sql.crossJoin.enabled", "true")
sparkConf.set("spark.debug.maxToStringFields", "100")
sparkConf.set("spark.sql.broadcastTimeout", "500")
sparkConf.set("spark.sql.broadcastTimeout", "1000")
if (!sparkConf.contains("spark.master")) {
sparkConf.setMaster("local[3]")
......
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