Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration parameters

Old Parameter

DescriptionNew

Migration Plan

job-result-store.delete-on-commit (default: true)

Used for determining when the JobResultStore entry should be deleted.

Replaced by jobstore.expiration-time¹ (true=0, false=Integer.MAX_VALUE)

job-result-store.storage-path (default: ${haStorage}/job-result-store/${clusterId})

DFS location of the files

Deprecated and replaced by: jobstore.storage-path (default: ${haStorage}/completed-job-store/{$clusterId})

jobstore.cache-size¹

Number of clean jobs for which the data shall be kept

kept

jobstore.expiration-time¹

TTL for clean job entries

kept

jobstore.max-capacity¹

Capacity for the ExecutionGraphInfo to be kept in-memory

kept

jobstore.type¹

File-based (File) or memory based (Memory)

kept

...