Commit 0be4a2d9 authored by litaolemo's avatar litaolemo

update

parent df25d292
......@@ -95,8 +95,8 @@ spark.sql("CREATE TEMPORARY FUNCTION arrayMerge AS 'com.gmei.hive.common.udf.UDF
sql_search_ctr = r"""
SELECT *
FROM online.bl_hdfs_maidian_updates
WHERE partition_date >= '${start_date}'
AND partition_date < '${end_date}'
WHERE partition_date >= '{start_date}'
AND partition_date < '{end_date}'
AND action = 'on_click_card'
AND params['page_name']='welfare_home'
AND params['card_type'] ='search_word'
......
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