1
0
This commit is contained in:
liujinhui
2021-08-18 13:45:48 +08:00
committed by GitHub
parent 99663d370b
commit 5ee35a0a92
4 changed files with 55 additions and 4 deletions

View File

@@ -241,6 +241,8 @@ public class QuickstartUtils {
Map<String, String> demoConfigs = new HashMap<>();
demoConfigs.put("hoodie.insert.shuffle.parallelism", "2");
demoConfigs.put("hoodie.upsert.shuffle.parallelism", "2");
demoConfigs.put("hoodie.bulkinsert.shuffle.parallelism", "2");
demoConfigs.put("hoodie.delete.shuffle.parallelism", "2");
return demoConfigs;
}
}