첫 번째 마스터 노드의 호스트 이름. 값은 표준 또는 단일 노드 클러스터에서는 [CLUSTER_NAME]-m이거나 고가용성 클러스터에서는 [CLUSTER_NAME]-m-0입니다. 여기서 [CLUSTER_NAME]은 클러스터의 이름입니다.
dataproc-master-additional
고가용성 클러스터에서 추가 마스터 노드의 호스트 이름을 쉼표로 구분한 목록입니다. 예를 들어 마스터 노드가 3개인 클러스터의 경우 [CLUSTER_NAME]-m-1,[CLUSTER_NAME]-m-2입니다.
SPARK_BQ_CONNECTOR_VERSION or SPARK_BQ_CONNECTOR_URL
Spark 애플리케이션에서 사용할 Spark BigQuery 커넥터 버전을 가리키는 버전 또는 URL입니다(예: 0.42.1 또는 gs://spark-lib/bigquery/spark-3.5-bigquery-0.42.1.jar). 기본 Spark BigQuery 커넥터 버전은 Dataproc 2.1 이상 이미지 버전 클러스터에 사전 설치됩니다. 자세한 내용은 Spark BigQuery 커넥터 사용을 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-16(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."]]],[]]