Skip to content

Commit 506a84a

Browse files
authored
Update submit_spark_job_to_driver_node_group_cluster.py
1 parent 86f64f3 commit 506a84a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dataproc/snippets/submit_spark_job_to_driver_node_group_cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
from google.cloud import dataproc_v1 as dataproc
3131
from google.cloud import storage
3232

33+
3334
def submit_job(project_id: str, region: str, cluster_name: str) -> None:
3435
"""Submits a Spark job to the specified Dataproc cluster with a driver node group and prints the output.
3536

0 commit comments

Comments
 (0)