Spark Version
SparkVersion object
- keystring
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.
- namestring
A descriptive name for this Spark version, for example "Spark 2.1".
List GA
GET
Returns the list of available Spark versions. These versions can be used to launch a cluster.
API scopes: clusters
Response
Returns a list of SparkVersion objects.