Commit 124361ae by wang-jinfeng

fix dmp bug

parent 0d6f3f93
type=command type=command
dependencies=dmp_install_list_common_reyun,dmp_install_list_common_ali_acquisition,dmp_install_list_common_ali_activation,dmp_install_list_common_appsflyer,dmp_install_list_common_other,dmp_install_list_common_iqiyi_activation,dmp_install_list_common_uc_activation dependencies=dmp_install_list_common_reyun,dmp_install_list_common_ali_acquisition,dmp_install_list_common_ali_activation,dmp_install_list_common_appsflyer,dmp_install_list_common_other,dmp_install_list_common_uc_activation
retries=3 retries=3
command=sh -x dmp_install_list_daily_v2.sh command=sh -x dmp_install_list_daily_v2.sh
\ No newline at end of file
...@@ -957,7 +957,7 @@ installListJob() { ...@@ -957,7 +957,7 @@ installListJob() {
checkRTDmp() { checkRTDmp() {
today=$1 today=$1
businesses="ali_activation dsp_req btop uc_activation iqiyi_activation " businesses="ali_activation dsp_req btop uc_activation "
for business in ${businesses} for business in ${businesses}
do do
if [[ ${business} = 'ali_activation' ]];then if [[ ${business} = 'ali_activation' ]];then
......
type=command type=command
dependencies=rtdmp_request_tencent,rtdmp_request_iqiyi_adx,rtdmp_request_other,rtdmp_request_ali,rtdmp_request_dsp,rtdmp_request_btop,rtdmp_request_uc,rtdmp_request_iqiyi,rtdmp_request_youku_acquisition,rtdmp_request_alive dependencies=rtdmp_request_tencent,rtdmp_request_other,rtdmp_request_ali,rtdmp_request_dsp,rtdmp_request_btop,rtdmp_request_uc,rtdmp_request_youku_acquisition,rtdmp_request_alive
command=echo "RTDmp Request Success !!!" command=echo "RTDmp Request Success !!!"
\ No newline at end of file
...@@ -265,10 +265,8 @@ ...@@ -265,10 +265,8 @@
<groupId>io.clickhouse</groupId> <groupId>io.clickhouse</groupId>
<artifactId>spark-clickhouse-connector_2.12</artifactId> <artifactId>spark-clickhouse-connector_2.12</artifactId>
<version>3.0.0_0.25</version> <version>3.0.0_0.25</version>
<!--
<scope>system</scope> <scope>system</scope>
<systemPath>${basedir}/src/main/resources/jars/spark-clickhouse-connector_2.11-2.4.0_0.22.jar</systemPath> <systemPath>${basedir}/src/main/resources/jars/spark-clickhouse-connector_2.11-2.4.0_0.22.jar</systemPath>
-->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
......
...@@ -107,7 +107,6 @@ public class ServerUtil { ...@@ -107,7 +107,6 @@ public class ServerUtil {
httpGet.abort(); httpGet.abort();
} }
logger.info("jsonObject -->> " + jsonObject);
for (Map.Entry<String, Object> entry : jsonObject.entrySet()) { for (Map.Entry<String, Object> entry : jsonObject.entrySet()) {
JSONObject valueJson = Constants.String2JSONObject(entry.getValue().toString()); JSONObject valueJson = Constants.String2JSONObject(entry.getValue().toString());
if (valueJson.containsKey("is_sync_dmpserver") && valueJson.getInteger("is_sync_dmpserver") == 1) { if (valueJson.containsKey("is_sync_dmpserver") && valueJson.getInteger("is_sync_dmpserver") == 1) {
......
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