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

统计like项目

parent 70e375bb
......@@ -627,11 +627,11 @@ object alpha_ctr {
val result=click_count_recommend.join(click_count_focus,"stat_date")
.join(a,"stat_date")
.join(b,"stat_date").show()
.join(b,"stat_date")
// GmeiConfig.writeToJDBCTable(click_count_recommend, "smart_rank_count", SaveMode.Append)
GmeiConfig.writeToJDBCTable(result, "alpha_ctr", 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