[MINOR] Integ Test Reducing partitions for log running multi partition yaml (#5300)
This commit is contained in:
@@ -20,7 +20,7 @@ dag_content:
|
||||
first_insert:
|
||||
config:
|
||||
record_size: 1000
|
||||
num_partitions_insert: 50
|
||||
num_partitions_insert: 10
|
||||
repeat_count: 1
|
||||
num_records_insert: 1000
|
||||
type: InsertNode
|
||||
@@ -28,7 +28,7 @@ dag_content:
|
||||
second_insert:
|
||||
config:
|
||||
record_size: 1000
|
||||
num_partitions_insert: 50
|
||||
num_partitions_insert: 10
|
||||
repeat_count: 1
|
||||
num_records_insert: 10000
|
||||
deps: first_insert
|
||||
@@ -36,7 +36,7 @@ dag_content:
|
||||
third_insert:
|
||||
config:
|
||||
record_size: 1000
|
||||
num_partitions_insert: 50
|
||||
num_partitions_insert: 10
|
||||
repeat_count: 1
|
||||
num_records_insert: 300
|
||||
deps: second_insert
|
||||
@@ -44,16 +44,16 @@ dag_content:
|
||||
first_upsert:
|
||||
config:
|
||||
record_size: 1000
|
||||
num_partitions_insert: 50
|
||||
num_partitions_insert: 10
|
||||
num_records_insert: 300
|
||||
repeat_count: 1
|
||||
num_records_upsert: 100
|
||||
num_partitions_upsert: 50
|
||||
num_partitions_upsert: 10
|
||||
type: UpsertNode
|
||||
deps: third_insert
|
||||
first_delete:
|
||||
config:
|
||||
num_partitions_delete: 50
|
||||
num_partitions_delete: 10
|
||||
num_records_delete: 4000
|
||||
type: DeleteNode
|
||||
deps: first_upsert
|
||||
|
||||
@@ -20,7 +20,7 @@ dag_content:
|
||||
first_insert:
|
||||
config:
|
||||
record_size: 1000
|
||||
num_partitions_insert: 50
|
||||
num_partitions_insert: 10
|
||||
repeat_count: 1
|
||||
num_records_insert: 1000
|
||||
type: InsertNode
|
||||
@@ -28,7 +28,7 @@ dag_content:
|
||||
second_insert:
|
||||
config:
|
||||
record_size: 1000
|
||||
num_partitions_insert: 50
|
||||
num_partitions_insert: 10
|
||||
repeat_count: 1
|
||||
num_records_insert: 10000
|
||||
deps: first_insert
|
||||
@@ -36,7 +36,7 @@ dag_content:
|
||||
third_insert:
|
||||
config:
|
||||
record_size: 1000
|
||||
num_partitions_insert: 50
|
||||
num_partitions_insert: 10
|
||||
repeat_count: 1
|
||||
num_records_insert: 300
|
||||
deps: second_insert
|
||||
@@ -44,16 +44,16 @@ dag_content:
|
||||
first_upsert:
|
||||
config:
|
||||
record_size: 1000
|
||||
num_partitions_insert: 50
|
||||
num_partitions_insert: 10
|
||||
num_records_insert: 300
|
||||
repeat_count: 1
|
||||
num_records_upsert: 100
|
||||
num_partitions_upsert: 50
|
||||
num_partitions_upsert: 10
|
||||
type: UpsertNode
|
||||
deps: third_insert
|
||||
first_delete:
|
||||
config:
|
||||
num_partitions_delete: 50
|
||||
num_partitions_delete: 10
|
||||
num_records_delete: 4000
|
||||
type: DeleteNode
|
||||
deps: first_upsert
|
||||
|
||||
Reference in New Issue
Block a user