[MINOR] Remove useless config for bootstrap integ testing (#2102)
Co-authored-by: Wenning Ding <wenningd@amazon.com>
This commit is contained in:
@@ -209,7 +209,6 @@ public class ITTestHoodieDemo extends ITTestBase {
|
||||
+ " --initial-checkpoint-provider"
|
||||
+ " org.apache.hudi.utilities.checkpointing.InitialCheckpointFromAnotherHoodieTimelineProvider"
|
||||
+ " --hoodie-conf hoodie.bootstrap.base.path=" + BOOTSTRAPPED_SRC_PATH
|
||||
+ " --hoodie-conf hoodie.bootstrap.recordkey.columns=key"
|
||||
+ " --hoodie-conf hoodie.deltastreamer.checkpoint.provider.path=" + COW_BASE_PATH
|
||||
+ " --hoodie-conf hoodie.bootstrap.parallelism=2 "
|
||||
+ " --hoodie-conf hoodie.bootstrap.keygen.class=" + SimpleKeyGenerator.class.getName()
|
||||
@@ -224,7 +223,6 @@ public class ITTestHoodieDemo extends ITTestBase {
|
||||
+ " --initial-checkpoint-provider"
|
||||
+ " org.apache.hudi.utilities.checkpointing.InitialCheckpointFromAnotherHoodieTimelineProvider"
|
||||
+ " --hoodie-conf hoodie.bootstrap.base.path=" + BOOTSTRAPPED_SRC_PATH
|
||||
+ " --hoodie-conf hoodie.bootstrap.recordkey.columns=key"
|
||||
+ " --hoodie-conf hoodie.deltastreamer.checkpoint.provider.path=" + COW_BASE_PATH
|
||||
+ " --hoodie-conf hoodie.bootstrap.parallelism=2 "
|
||||
+ " --hoodie-conf hoodie.bootstrap.keygen.class=" + SimpleKeyGenerator.class.getName()
|
||||
|
||||
Reference in New Issue
Block a user