Commit 6b98f874 authored by 王志伟's avatar 王志伟

测试埋点数据

parent 36e93b36
......@@ -656,13 +656,13 @@ object icon_train_data {
val final_train = sc.sql(
s"""
|select *
|select '${stat_date}' as stat_date,*
|from temp_diary
|union all
|select *
|select '${stat_date}' as stat_date,*
|from temp_meigou
|union all
|select *
|select '${stat_date}' as stat_date,*
|from wiki_device_tag
""".stripMargin
)
......
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