Hostname des ersten Master-Knotens. Bei einem Standardcluster oder einem Cluster mit einzelnem Knoten ist der Wert [CLUSTER_NAME]-m. In einem Hochverfügbarkeitscluster ist der Wert [CLUSTER_NAME]-m-0, wobei [CLUSTER_NAME] der Name des Clusters ist.
dataproc-master-additional
Durch Kommas getrennte Liste der Hostnamen für die zusätzlichen Masterknoten in einem Hochverfügbarkeitscluster, z. B. [CLUSTER_NAME]-m-1,[CLUSTER_NAME]-m-2 in einem Cluster mit drei Masterknoten.
SPARK_BQ_CONNECTOR_VERSION or SPARK_BQ_CONNECTOR_URL
Die Version oder URL, die auf eine Spark-BigQuery-Connector-Version verweist, die in Spark-Anwendungen verwendet werden soll, z. B. 0.42.1 oder gs://spark-lib/bigquery/spark-3.5-bigquery-0.42.1.jar. In Dataproc-Clustern mit der Image-Version 2.1 und höher ist eine Standardversion des Spark BigQuery-Connectors vorinstalliert. Weitere Informationen finden Sie unter Spark BigQuery-Connector verwenden.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-05-05 (UTC)."],[[["Custom metadata is accessible to processes within your cluster and can be utilized by initialization actions."],["Labels, while not directly available to cluster processes, are used for searching resources via the Dataproc API."],["If data needs to be accessible to the cluster and also be a search parameter, it should be added as both metadata and a label."],["Dataproc provides predefined metadata keys like `dataproc-bucket`, `dataproc-region`, `dataproc-worker-count`, and others, to manage cluster operations."],["Custom metadata can be set during cluster creation using the `--metadata` flag with the gcloud CLI's `gcloud dataproc clusters create` command."]]],[]]