It is rarely needed to modify these settings
Map of recipe type (join, grouping, window, ...) -> list of recipe engine names. For each recipe type, the first "valid" preferred engine will be auto-selected.
Recipe names are: join, grouping, window, shaker (prepare), sync, topn, sort, sync, ... Standard engine names are: DSS, SPARK, HIVE, IMPALA, SQL.
Example: { "sync" : ["SPARK", "IMPALA"] }
It is rarely needed to modify these settings
Map of recipe type -> list of recipe engine names (see above).
It is not recommended to use this setting. Prefer per-recipe-type settings.
Comma-separated list of engine names that will never be considered (see above).
It is not recommended to use this setting. Prefer per-recipe-type settings.
Comma-separated list of engine names that will be considered before the default
order, from the most preferred to the least preferred (see above).