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

add print(写入成功)

parent d79b8092
......@@ -67,6 +67,7 @@ object GmeiConfig extends Serializable {
df.repartition(128).write.mode(saveModel)
.option(JDBCOptions.JDBC_BATCH_INSERT_SIZE, 300)
.jdbc(jdbcuri, table, prop)
print("写入成功")
}
......
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