Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1614c7d

Browse filesBrowse files
committed
2 parents cd1dbfd + ac09657 commit 1614c7d
Copy full SHA for 1614c7d

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎dataproc/dataproc_e2e_test.py

Copy file name to clipboardExpand all lines: dataproc/dataproc_e2e_test.py
+1Lines changed: 1 addition & 0 deletions
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

Copy file name to clipboardExpand all lines: dataproc/submit_job_to_cluster.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.