Commit 1b58256e authored by 高雅喆's avatar 高雅喆

nd data input test

parent 430a71d5
......@@ -229,7 +229,7 @@ object NdDataInput {
|select a.sid as sid, a.cid as cid, b.tag_id as ctag_id, c.level1_id as clevel1_id
|from tmp1 a
|left join online.tl_hdfs_diary_tags_view b on a.cid=b.diary_id
|left join online.tl_meigou_servicetag_view c on b.tag_id=c.id
|left join online.bl_tag_hierarchy_detail c on b.tag_id=c.id
|where b.partition_date='${yesteday}'
|and c.partition_date='${yesteday}'
""".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