Commit ec44af2e by fan.jiang

fix bug com_eg_android_AlipayGphone_reyun

parent 1ddd357c
...@@ -25,6 +25,10 @@ business2="btop" ...@@ -25,6 +25,10 @@ business2="btop"
INPUT_PATH2="${DM_INSTALL_LIST}_v2/${dt_slash_today}/${business2}" INPUT_PATH2="${DM_INSTALL_LIST}_v2/${dt_slash_today}/${business2}"
check_await ${INPUT_PATH2}/_SUCCESS check_await ${INPUT_PATH2}/_SUCCESS
business3="dsp_req"
INPUT_PATH3="${DM_INSTALL_LIST}_v2/${dt_slash_today}/${business3}"
check_await ${INPUT_PATH3}/_SUCCESS
OUTPUT_PATH1="${RTDMP_TMP_PACKAGE_NAME_PATH}/btop_reyun_to_other/${dt_slash_today}/01" OUTPUT_PATH1="${RTDMP_TMP_PACKAGE_NAME_PATH}/btop_reyun_to_other/${dt_slash_today}/01"
OUTPUT_PATH2="${RTDMP_TMP_PACKAGE_NAME_PATH}/btop_reyun_to_other/${dt_slash_today}/02" OUTPUT_PATH2="${RTDMP_TMP_PACKAGE_NAME_PATH}/btop_reyun_to_other/${dt_slash_today}/02"
hadoop fs -rm -r "${OUTPUT_PATH1}" hadoop fs -rm -r "${OUTPUT_PATH1}"
......
...@@ -97,7 +97,6 @@ class ComEgAndroidAlipayGphoneReyun extends CommonSparkJob with Serializable { ...@@ -97,7 +97,6 @@ class ComEgAndroidAlipayGphoneReyun extends CommonSparkJob with Serializable {
| dwh.dm_install_list_v2 | dwh.dm_install_list_v2
|where dt='${dt_today}' and business in ('dsp_req') |where dt='${dt_today}' and business in ('dsp_req')
| and package_name in ('com.taobao.taobao_iqiyi') | and package_name in ('com.taobao.taobao_iqiyi')
| and device_type in ('imei','gaid','oaid','idfa','imeimd5','gaidmd5','oaidmd5','idfamd5')
| and update_date >= "${update02}" | and update_date >= "${update02}"
""".stripMargin """.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