You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But now it would be nice to warn users about this
The problem is reproduced with
core_instance_group_ebs_volumes_per_instance
master_instance_group_ebs_volumes_per_instance
Expected Behavior
To warn that now it is worth using only the default value, otherwise the cluster will be recreated
Steps to Reproduce
Steps to reproduce the behavior:
set config
core_instance_group_ebs_size = 32
core_instance_group_ebs_volumes_per_instance = 2
master_instance_group_ebs_size = 32
master_instance_group_ebs_volumes_per_instance = 2
2 . Run apply twice
Can you describe what was configration first and then to what have you changed it?
I can only guess that the problem is that you changed volumes_per_instance from 1 to 2 which is triggering recreation of cluster.
EDIT: I've read the issue related - bug in terraform provider.
Thanks for creating that issue! It will increase visibility over EMR issue.
Describe the Bug
If you specify a value greater than one, then the cluster is recreated.
I think the problem is in the terraform itself:
hashicorp/terraform-provider-aws#10446
But now it would be nice to warn users about this
The problem is reproduced with
core_instance_group_ebs_volumes_per_instance
master_instance_group_ebs_volumes_per_instance
Expected Behavior
To warn that now it is worth using only the default value, otherwise the cluster will be recreated
Steps to Reproduce
Steps to reproduce the behavior:
set config
core_instance_group_ebs_size = 32
core_instance_group_ebs_volumes_per_instance = 2
master_instance_group_ebs_size = 32
master_instance_group_ebs_volumes_per_instance = 2
2 . Run apply twice
Second apply see:
The text was updated successfully, but these errors were encountered: