diff options
| author | wangkuan <[email protected]> | 2024-09-04 09:51:57 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-09-04 09:51:57 +0800 |
| commit | 063af747e7ccedd2c6c0688782766616db3f36b0 (patch) | |
| tree | 657f4eeb37c5dafb3f680c1bf265e730eb11e9c8 /groot-bootstrap | |
| parent | 8217c23fa564ad2051427a12f4eabf3fea75aafc (diff) | |
[improve][bootstrap]单元测试配置文件适配properties变更improve/split
Diffstat (limited to 'groot-bootstrap')
| -rw-r--r-- | groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml b/groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml index 76dcf7f..9724e21 100644 --- a/groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml +++ b/groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml @@ -191,6 +191,8 @@ sinks: application: # [object] Application Configuration env: # [object] Environment Variables name: groot-stream-job # [string] Job Name + properties: + hos.bucket.name.policy_capture_file: traffic_policy_capture_file_bucket pipeline: object-reuse: true # [boolean] Object Reuse, default is false topology: # [array of object] Node List. It will be used build data flow for job dag graph. @@ -205,6 +207,5 @@ application: # [object] Application Configuration downstream: [collect_sink] - name: collect_sink parallelism: 1 - properties: - hos.bucket.name.policy_capture_file: traffic_policy_capture_file_bucket + |
