Databricks SDK for JavaScript
    Preparing search index...

    Variable ClusterEventType_ClusterEventTypeConst

    ClusterEventType_ClusterEventType: {
        ADD_NODES_FAILED: "ADD_NODES_FAILED";
        AUTOMATIC_CLUSTER_UPDATE: "AUTOMATIC_CLUSTER_UPDATE";
        AUTOSCALING_BACKOFF: "AUTOSCALING_BACKOFF";
        AUTOSCALING_FAILED: "AUTOSCALING_FAILED";
        AUTOSCALING_STATS_REPORT: "AUTOSCALING_STATS_REPORT";
        CLUSTER_MIGRATED: "CLUSTER_MIGRATED";
        CREATING: "CREATING";
        DBFS_DOWN: "DBFS_DOWN";
        DECOMMISSION_ENDED: "DECOMMISSION_ENDED";
        DECOMMISSION_STARTED: "DECOMMISSION_STARTED";
        DID_NOT_EXPAND_DISK: "DID_NOT_EXPAND_DISK";
        DRIVER_HEALTHY: "DRIVER_HEALTHY";
        DRIVER_NOT_RESPONDING: "DRIVER_NOT_RESPONDING";
        DRIVER_UNAVAILABLE: "DRIVER_UNAVAILABLE";
        EDITED: "EDITED";
        EXPANDED_DISK: "EXPANDED_DISK";
        FAILED_TO_EXPAND_DISK: "FAILED_TO_EXPAND_DISK";
        INIT_SCRIPTS_FINISHED: "INIT_SCRIPTS_FINISHED";
        INIT_SCRIPTS_STARTED: "INIT_SCRIPTS_STARTED";
        METASTORE_DOWN: "METASTORE_DOWN";
        NODE_BLACKLISTED: "NODE_BLACKLISTED";
        NODE_EXCLUDED_DECOMMISSIONED: "NODE_EXCLUDED_DECOMMISSIONED";
        NODES_LOST: "NODES_LOST";
        PINNED: "PINNED";
        RESIZING: "RESIZING";
        RESTARTING: "RESTARTING";
        RUNNING: "RUNNING";
        SPARK_EXCEPTION: "SPARK_EXCEPTION";
        STARTING: "STARTING";
        TERMINATING: "TERMINATING";
        UC_VOLUME_MISCONFIGURED: "UC_VOLUME_MISCONFIGURED";
        UNPINNED: "UNPINNED";
        UPSIZE_COMPLETED: "UPSIZE_COMPLETED";
    } = ...

    Type Declaration

    • ReadonlyADD_NODES_FAILED: "ADD_NODES_FAILED"

      Indicates add node failure

    • ReadonlyAUTOMATIC_CLUSTER_UPDATE: "AUTOMATIC_CLUSTER_UPDATE"

      Indicates that the cluster is going to be restarted because of the automatic worker image update

    • ReadonlyAUTOSCALING_BACKOFF: "AUTOSCALING_BACKOFF"

      Indicates the cluster autoscaling has been retried several times. The waiting time has reached the max waiting time.

    • ReadonlyAUTOSCALING_FAILED: "AUTOSCALING_FAILED"

      Indicates there was a failure during autoscaling of a cluster. These are failures that we may want to surface to the customer such as:

      • DatabricksServiceException(REQUEST_LIMIT_EXCEEDED)
    • ReadonlyAUTOSCALING_STATS_REPORT: "AUTOSCALING_STATS_REPORT"

      Autoscaling stat, including wasted instance minutes, reported

    • ReadonlyCLUSTER_MIGRATED: "CLUSTER_MIGRATED"

      Indicates that the cluster was migrated for the GCP CMv1 migration. The cluster may be migrated from GKE architecture to GCE or rolled back from GCE to GKE.

    • ReadonlyCREATING: "CREATING"

      Indicates that the cluster is being created by someone.

    • ReadonlyDBFS_DOWN: "DBFS_DOWN"

      Indicates that driver is up but dbfs is down

    • ReadonlyDECOMMISSION_ENDED: "DECOMMISSION_ENDED"

      Indicates that decommission ended.

    • ReadonlyDECOMMISSION_STARTED: "DECOMMISSION_STARTED"

      Indicates that decommission started.

    • ReadonlyDID_NOT_EXPAND_DISK: "DID_NOT_EXPAND_DISK"

      Indicates that a disk is low on space, but adding disks would put it over the max capacity

    • ReadonlyDRIVER_HEALTHY: "DRIVER_HEALTHY"

      Indicates that driver is up and running

    • ReadonlyDRIVER_NOT_RESPONDING: "DRIVER_NOT_RESPONDING"

      Indicates that driver is overloaded(one case is when it is GCing)

    • ReadonlyDRIVER_UNAVAILABLE: "DRIVER_UNAVAILABLE"

      Indicates that the container that hosts driver and chauffeur is unavailable

    • ReadonlyEDITED: "EDITED"

      Indicates that the cluster has been edited by someone.

    • ReadonlyEXPANDED_DISK: "EXPANDED_DISK"

      Indicates that a disk is low on space, and we did expand its disks.

    • ReadonlyFAILED_TO_EXPAND_DISK: "FAILED_TO_EXPAND_DISK"

      Indicates we failed to expand the disk space

    • ReadonlyINIT_SCRIPTS_FINISHED: "INIT_SCRIPTS_FINISHED"

      Init Scripts V2 have finished executing.

    • ReadonlyINIT_SCRIPTS_STARTED: "INIT_SCRIPTS_STARTED"

      Init Scripts V2 have started executing. Includes the list of Global and Cluster scoped init scripts that are about to be fetched & executed.

    • ReadonlyMETASTORE_DOWN: "METASTORE_DOWN"

      Indicates that driver is up but metastore is down

    • ReadonlyNODE_BLACKLISTED: "NODE_BLACKLISTED"

      Indicates that a node has been blacklisted.

    • ReadonlyNODE_EXCLUDED_DECOMMISSIONED: "NODE_EXCLUDED_DECOMMISSIONED"

      Indicates that a node has been decommissioned because of exclusion

    • ReadonlyNODES_LOST: "NODES_LOST"

      Indicates that some nodes were lost from the cluster.

    • ReadonlyPINNED: "PINNED"

      Indicates the cluster was pinned.

    • ReadonlyRESIZING: "RESIZING"

      Indicates a change in the target size of the cluster (upsize or downsize).

    • ReadonlyRESTARTING: "RESTARTING"

      Indicates that the cluster is being started by someone.

    • ReadonlyRUNNING: "RUNNING"

      Indicates the cluster finished creating, starting, or restarting. Includes the number of nodes in the cluster, and a failure reason if some nodes could not be acquired.

    • ReadonlySPARK_EXCEPTION: "SPARK_EXCEPTION"

      Indicates that spark context is null or there was a spark exception thrown from driver

    • ReadonlySTARTING: "STARTING"

      Indicates that the cluster is being started by someone.

    • ReadonlyTERMINATING: "TERMINATING"

      Indicates that the cluster is being terminating.

    • ReadonlyUC_VOLUME_MISCONFIGURED: "UC_VOLUME_MISCONFIGURED"

      Indicates that the configured UC volume for log delivery is misconfigured (permission does not exist or volume is invalid)

    • ReadonlyUNPINNED: "UNPINNED"

      Indicates the cluster was unpinned.

    • ReadonlyUPSIZE_COMPLETED: "UPSIZE_COMPLETED"

      Indicates that nodes finished to be added to the cluster. Includes the number of nodes in the cluster, and a failure reason if some nodes could not be acquired.