Skip to content

Commit

Permalink
Change sf_per_partition to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Jul 19, 2022
1 parent 602714e commit a69e40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/emr/submit_datagen_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'master_instance_type': 'r6gd.2xlarge',
'instance_type': 'r6gd.4xlarge',
'sf_per_executor': 3e3,
'sf_per_partition': 1e2,
'sf_per_partition': 10,
'az': 'us-west-2c',
'yes': False,
'ec2_key': None,
Expand Down

0 comments on commit a69e40b

Please sign in to comment.