Skip to content

Commit ff54e2b

Browse files
committed
Increase #machines in EMR runs
1 parent bd87e33 commit ff54e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/emr/submit_datagen_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'use_spot': True,
2424
'master_instance_type': 'r6gd.2xlarge',
2525
'instance_type': 'r6gd.4xlarge',
26-
'sf_ratio': 125.0, # ratio of SFs and machines. a ratio of 250.0 for SF1000 yields 4 machines
26+
'sf_ratio': 100.0, # ratio of SFs and machines. a ratio of 250.0 for SF1000 yields 4 machines
2727
'platform_version': lib.platform_version,
2828
'version': lib.version,
2929
'az': 'us-west-2c',

0 commit comments

Comments
 (0)