New Feature
15 days ago

Presets: reusable configuration bundles

Presets let you save a named bundle of Spark / runtime settings once and reuse it everywhere, instead of re-typing the same handful of options on every cluster, service, schedule or job. Ilum ships ready-made delta and iceberg presets to get you started. You can also create, edit and share your own.
  • Define once, attach anywhere: capture a Delta, Iceberg or Hudi setup as a preset and attach it by name to clusters, services, schedules and jobs.
  • Ready to use out of the box: the delta and iceberg presets come pre-loaded, with delta already attached to the default cluster.
  • Governed like any resource: presets carry their own ownership, search and permissions. You control who can create or change them.
  • Just works at launch: a preset's settings are applied automatically when a job runs, while anything you set directly on the job still takes precedence.
  • Built for automation: beyond the UI, presets can be managed programmatically to fit into your scripts and CI pipelines.
Spark configuration is where copy-paste mistakes creep in: a wrong setting here, a missing option there. Presets turn a fragile, repeated block of settings into one named, reusable unit your whole team maintains in a single place.

Where to find it: manage presets in the Presets view. Attach them from any create or edit form.
Available in version: 6.7.2