Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu committed Nov 7, 2017
2 parents cd1dbfd + ac09657 commit 1614c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dataproc/dataproc_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
CLUSTER_NAME = 'testcluster3'
ZONE = 'us-central1-b'


def test_e2e():
output = submit_job_to_cluster.main(
PROJECT, ZONE, CLUSTER_NAME, BUCKET)
Expand Down
2 changes: 1 addition & 1 deletion dataproc/submit_job_to_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def create_cluster(dataproc, project, zone, region, cluster_name):
'machineTypeUri': 'n1-standard-1'
},
'workerConfig': {
'numInstances' : 2,
'numInstances': 2,
'machineTypeUri': 'n1-standard-1'
}
}
Expand Down

0 comments on commit 1614c7d

Please sign in to comment.