Commit 7d4ced28 authored by 王志伟's avatar 王志伟

delete jerry_prod

parent d8bc67f0
...@@ -144,7 +144,7 @@ object WeafareStat { ...@@ -144,7 +144,7 @@ object WeafareStat {
val vlog_clk_count = sc.sql( val vlog_clk_count = sc.sql(
s""" s"""
|select '${stat_date}' as stat_date,count(cid_id) as vlog_clk_num |select '${stat_date}' as stat_date,count(cid_id) as vlog_clk_num
|from jerry_prod.data_feed_click |from data_feed_click
|where stat_date='${stat_date}' |where stat_date='${stat_date}'
|and cid_type = 'diary' |and cid_type = 'diary'
|and cid_id in (select distinct(diary_id) from feed_diary_boost) |and cid_id in (select distinct(diary_id) from feed_diary_boost)
......
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