rmahindra123 commented on a change in pull request #3117:
URL: https://github.com/apache/hudi/pull/3117#discussion_r655756539
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -153,6 +154,10 @@
private static final String MERGE_ALLOW_DUPLICATE_ON_INSERTS =
"hoodie.merge.allow.duplicate.on.inserts";
private static final String DEFAULT_MERGE_ALLOW_DUPLICATE_ON_INSERTS =
"false";
+ // Enable usage of RocksDb for External Spillable Map
+ public static final String DEFAULT_SPILLABLE_DISK_MAP_TYPE =
ExternalSpillableMap.DiskMapType.ROCK_DB.name();
Review comment:
The default will be changed from ROCKS_DB to DISK_MAP prior to landing.
Its intentionally set to ROCKS_DB to ensure all tests pass.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]