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

smart_rank 相关的统计指标

parent de8f872a
......@@ -617,10 +617,10 @@ object smart_rank_count {
val meigou_price = sc.sql(
s"""
|select *
|select cl_id,city_id,params['business_id'] as meigou_id
|from online.tl_hdfs_maidian_view
|where action = "page_view"
|and params['page_name']="diary_detail"
|and params['page_name']="welfare_detail"
|and partition_date ='20181201'
|LIMIT 10
""".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