[HUDI-2151] Part3 Enabling marker based rollback as default rollback strategy (#3950)
* Enabling timeline server based markers * Enabling timeline server based markers and marker based rollback * Removing constraint that timeline server can be enabled only for hdfs * Fixing tests
This commit is contained in:
committed by
GitHub
parent
04eb5fdc65
commit
ce7d233307
@@ -90,6 +90,7 @@ public class TestRollbacksCommand extends CLIFunctionalTestHarness {
|
||||
.withBaseFilesInPartitions(partitionAndFileId);
|
||||
// generate two rollback
|
||||
HoodieWriteConfig config = HoodieWriteConfig.newBuilder().withPath(tablePath)
|
||||
.withRollbackUsingMarkers(false)
|
||||
.withIndexConfig(HoodieIndexConfig.newBuilder().withIndexType(HoodieIndex.IndexType.INMEMORY).build()).build();
|
||||
|
||||
try (AbstractHoodieWriteClient client = new SparkRDDWriteClient(context(), config)) {
|
||||
|
||||
Reference in New Issue
Block a user