Skip to content

Commit 7d1e599

Browse files
authored
Update submit_spark_job_to_driver_node_group_cluster.py
1 parent 73875fc commit 7d1e599

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dataproc/snippets/submit_spark_job_to_driver_node_group_cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def submit_job(project_id: str, region: str, cluster_name: str) -> None:
4444
) as job_client:
4545

4646
driver_scheduling_config = dataproc.DriverSchedulingConfig(
47-
memory_mb=2048, # Example memory in MB
48-
vcores=2, # Example number of vcores
47+
memory_mb=2048, # Example memory in MB
48+
vcores=2, # Example number of vcores
4949
)
5050

5151
# Create the job config. 'main_jar_file_uri' can also be a

0 commit comments

Comments
 (0)