Skip to content

Commit

Permalink
Update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyiDuan committed Dec 5, 2023
1 parent 5582799 commit 1c4d5e2
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"data_descriptions": [
{
"access_id": "123456",
"access_key": "123456",
"account_type": "aliyun",
"odps_endpoint": "http://service.odps.aliyun-inc.com/api",
"module_name": "OdpsRawDocumentReader",
"access_id": "123456",
"access_key": "123456",
"account_type": "aliyun",
"odps_endpoint": "http://service.odps.aliyun-inc.com/api",
"module_name": "OdpsRawDocumentReader",
"module_path": "libbasic_bs_plugins.so",
"partition_name": "ds=20190426",
"project_name": "ytrec",
"src": "odps",
"table_name": "discovery_offline_recall_merge_user2i_kv",
"project_name": "ytrec",
"src": "odps",
"table_name": "discovery_offline_recall_merge_user2i_kv",
"type": "plugin",
"ignore_empty_field": "true"
}
Expand All @@ -30,31 +30,31 @@
}
},
{
"class_name": "MultiValueSeperatorProcessor",
"module_name": "BasicBSPlugins",
"class_name": "MultiValueSeperatorProcessor",
"module_name": "BasicBSPlugins",
"parameters": {}
},
{
"class_name": "HashDocumentProcessor"
}
],
],
"modules": [
{
"module_name": "BasicBSPlugins",
"module_path": "libbasic_bs_plugins.so",
"module_name": "BasicBSPlugins",
"module_path": "libbasic_bs_plugins.so",
"parameters": {}
},
},
{
"module_name": "IGraphBuildPlugins",
"module_path": "libbasic_bs_plugins.so",
"module_name": "IGraphBuildPlugins",
"module_path": "libbasic_bs_plugins.so",
"parameters": {}
}
],
"tolerate_field_format_error": false
}
],
"processor_config": {
"processor_queue_size": 1000,
"processor_queue_size": 1000,
"processor_thread_num": 4
},
"processor_rule_config": {
Expand All @@ -66,4 +66,4 @@
"slow_time_threshold" : 600,
"enable_slow_node_detect" : true
}
}
}

0 comments on commit 1c4d5e2

Please sign in to comment.