-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Currently users can not configOverride the generated config.json
.
This is a real bummer, as this prohibits any customization by the user.
However, this is not trivially done, as it's hard to map a BTreeMap<String, String>
to arbitrary JSON (compared to Hadoop xml or many .properties files)