Commit fbc5c610 authored by 高雅喆's avatar 高雅喆

add log

parent 2a7fc7fc
...@@ -197,7 +197,7 @@ object Main { ...@@ -197,7 +197,7 @@ object Main {
|select a.device_id device_id,b.similarity_cid similarity_cid from |select a.device_id device_id,b.similarity_cid similarity_cid from
|(select device_id,first(cid) as cid from data_feed_click |(select device_id,first(cid) as cid from data_feed_click
|where cid_type='diary' |where cid_type='diary'
|and stat_date > '${date8}' |and stat_date > '2018-09-25'
|group by device_id) a left join |group by device_id) a left join
|nd_cid_similarity_matrix b |nd_cid_similarity_matrix b
|on a.cid = b.cid |on a.cid = b.cid
...@@ -219,7 +219,7 @@ object Main { ...@@ -219,7 +219,7 @@ object Main {
println("done3") println("done3")
context.stop()
} }
} getOrElse { } getOrElse {
......
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