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

取icon训练数据

parent beefb29c
......@@ -703,14 +703,11 @@ object tag_value {
|from level3_id
""".stripMargin
)
tag_value.show(300)
// tag_value.show(300)
// println("开始写入")
// GmeiConfig.writeToJDBCTable("jdbc:mysql://172.16.40.158:4000/jerry_prod?user=root&password=3SYz54LS9#^9sBvC&rewriteBatchedStatements=true",final_train, table="icon_train_data",SaveMode.Append)
// println("写入完成")
println("开始写入")
GmeiConfig.writeToJDBCTable("jdbc:mysql://172.16.40.158:4000/jerry_prod?user=root&password=3SYz54LS9#^9sBvC&rewriteBatchedStatements=true",tag_value, table="tagId_value",SaveMode.Overwrite)
println("写入完成")
}
......
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