Databricks SDK for JavaScript
    Preparing search index...
    interface SparkVersion {
        key?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    key?: string

    Spark version key, for example "2.1.x-scala2.11". This is the value which should be provided as the "spark_version" when creating a new cluster. Note that the exact Spark version may change over time for a "wildcard" version (i.e., "2.1.x-scala2.11" is a "wildcard" version) with minor bug fixes.

    name?: string

    A descriptive name for this Spark version, for example "Spark 2.1".