Skip to content

Commit 1614c7d

Browse files
committed
2 parents cd1dbfd + ac09657 commit 1614c7d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dataproc/dataproc_e2e_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
CLUSTER_NAME = 'testcluster3'
2626
ZONE = 'us-central1-b'
2727

28+
2829
def test_e2e():
2930
output = submit_job_to_cluster.main(
3031
PROJECT, ZONE, CLUSTER_NAME, BUCKET)

dataproc/submit_job_to_cluster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def create_cluster(dataproc, project, zone, region, cluster_name):
8282
'machineTypeUri': 'n1-standard-1'
8383
},
8484
'workerConfig': {
85-
'numInstances' : 2,
85+
'numInstances': 2,
8686
'machineTypeUri': 'n1-standard-1'
8787
}
8888
}

0 commit comments

Comments
 (0)