Commit 61289e53 authored by 王志伟's avatar 王志伟

增加腾讯云数据

parent c5834874
...@@ -413,7 +413,8 @@ object data_feed_exposure_precise { ...@@ -413,7 +413,8 @@ object data_feed_exposure_precise {
""".stripMargin """.stripMargin
) )
GmeiConfig.writeToJDBCTable(result, table = "data_feed_exposure_precise", SaveMode.Append) // GmeiConfig.writeToJDBCTable(result, table = "data_feed_exposure_precise", SaveMode.Append)
GmeiConfig.writeToJDBCTable("jdbc:mysql://152.136.44.138:4000/jerry_prod?user=root&password=3SYz54LS9#^9sBvC&rewriteBatchedStatements=true",result, table="data_feed_exposure_precise",SaveMode.Append)
} }
......
...@@ -420,6 +420,8 @@ object CTR_precise { ...@@ -420,6 +420,8 @@ object CTR_precise {
.join(imp_count_oldUser_all,"stat_date") .join(imp_count_oldUser_all,"stat_date")
result1.show() result1.show()
GmeiConfig.writeToJDBCTable("jdbc:mysql://152.136.44.138:4000/jerry_prod?user=root&password=3SYz54LS9#^9sBvC&rewriteBatchedStatements=true",result1, table="bug_precise_Recommendation_strategy_temp",SaveMode.Append)
GmeiConfig.writeToJDBCTable(result1, "bug_precise_Recommendation_strategy_temp", SaveMode.Append) GmeiConfig.writeToJDBCTable(result1, "bug_precise_Recommendation_strategy_temp", SaveMode.Append)
//统计新用户点击率 //统计新用户点击率
......
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