|
@@ -36,7 +36,7 @@ object makedata_ad_33_addFeatureToHive_20250708 {
|
|
|
// 读取特征表
|
|
|
val featureRdd = odpsOps.readTable(
|
|
|
project = project, // 替换为实际项目名
|
|
|
- table = "ad_transformed_class_base_data_all",
|
|
|
+ table = "user_conver_ad_class_temp",
|
|
|
partition = partition, // 替换为实际分区
|
|
|
transfer = func,
|
|
|
numPartition = tablePart // 特征表通常较小
|