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

合并删除代码

parent eb0339ca
......@@ -445,6 +445,7 @@ object diary_clk_card {
ti.tidbMapTable(dbName = "jerry_prod", tableName = "diary_video")
ti.tidbMapTable(dbName = "jerry_prod", tableName = "blacklist")
ti.tidbMapTable(dbName = "jerry_prod", tableName = "data_feed_exposure")
ti.tidbMapTable(dbName = "jerry_prod", tableName = "data_feed_exposure_precise")
// val stat_date = GmeiConfig.getMinusNDate(1)
val stat_date=param.date
......@@ -736,6 +737,10 @@ object diary_clk_card {
.join(clk_count_newUser_all_a,"stat_date")
.join(clk_count_newUser_all_b,"stat_date")
.join(imp_count_newUser_all,"stat_date")
.join(imp_count_oldUser_Contrast_precise,"stat_date")
.join(imp_count_oldUser_all_precise,"stat_date")
.join(imp_count_newUser_Contrast_precise,"stat_date")
.join(imp_count_newUser_all_precise,"stat_date")
result1.show()
GmeiConfig.writeToJDBCTable(result1, "on_click_diary_card", 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