Skip to content

Commit 86f64f3

Browse files
authored
Update submit_spark_job_to_driver_node_group_cluster.py
1 parent 8501ab4 commit 86f64f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataproc/snippets/submit_spark_job_to_driver_node_group_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def submit_job(project_id: str, region: str, cluster_name: str) -> None:
8080
.download_as_bytes()
8181
.decode("utf-8")
8282
)
83-
83+
8484
print(f"Job finished successfully: {output}")
8585

8686
# [END dataproc_submit_spark_job_to_driver_node_group_cluster]

0 commit comments

Comments
 (0)