We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd87e33 commit ff54e2bCopy full SHA for ff54e2b
tools/emr/submit_datagen_job.py
@@ -23,7 +23,7 @@
23
'use_spot': True,
24
'master_instance_type': 'r6gd.2xlarge',
25
'instance_type': 'r6gd.4xlarge',
26
- 'sf_ratio': 125.0, # ratio of SFs and machines. a ratio of 250.0 for SF1000 yields 4 machines
+ 'sf_ratio': 100.0, # ratio of SFs and machines. a ratio of 250.0 for SF1000 yields 4 machines
27
'platform_version': lib.platform_version,
28
'version': lib.version,
29
'az': 'us-west-2c',
0 commit comments