Resource recommendation for a single Spark component (driver or executor). Contains estimation data used to patch Spark job specs.

Hierarchy

  • ComponentRecommendation

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
estimation: Estimation

Recommended resource values for a Spark driver or executor, derived from recent real usage metrics. Used by SPA to propose more efficient pod sizing.

Generated using TypeDoc