Sfoglia il codice sorgente

chore(tests): hive_import ini 的 hdfs datasource 改为 prd-hdfs-ha

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
tianyu.chu 1 settimana fa
parent
commit
636663be22

+ 2 - 2
tests/integration/datax/hive_import/app_user_cert_info.ini

@@ -1,7 +1,7 @@
 ; DataX 同步配置:PG public.app_user_cert_info → Hive test.raw_usr_app_user_cert_info_inc_d
 ;
 ; 源 datasource:datasource/postgresql/dev-poyee-xiaoxu.ini
-; 目标 datasource:datasource/hdfs/hdfs-ha.ini(HA 集群,nameservice1)
+; 目标 datasource:datasource/hdfs/prd-hdfs-ha.ini(HA 集群,nameservice1)
 ; 时间锚点:create_time
 ; 敏感字段 user_cert_data / cert_no / cert_real_name 不查(column 不列)
 ; cert_birthday 原样同步未脱敏,正式 raw 上线前补脱敏方案(kb/90 §2.6 后延高优先级)
@@ -17,7 +17,7 @@ splitPk     = id
 fetchSize   = 1000
 
 [writer]
-dataSource     = hdfs/hdfs-ha
+dataSource     = hdfs/prd-hdfs-ha
 path           = /user/hive/warehouse/test.db/raw_usr_app_user_cert_info_inc_d/dt=${dt}/
 column         = id,user_id,cert_birthday,cert_sex,cert_province,cert_city,version,status,del_flag,create_time,update_time
 columnType     = id:STRING,user_id:STRING,cert_birthday:STRING,cert_sex:STRING,cert_province:STRING,cert_city:STRING,version:STRING,status:STRING,del_flag:STRING,create_time:STRING,update_time:STRING