Will manually Resizing a Running Cluster from AWS console use comissioning and decomissioning process internally?
We are working on EMR cluster where we resize cluster manually from aws console which leads to missing /user/oozie/share/lib/ jars some times. I explored this issue and found that Commissioning and Decommissioning of Datanode in Hadoop is the best way of resizing nodes and avoiding cluster corruption. https://acadgild.com/blog/commissioning-and-decommissioning-of-datanode-in-hadoop/ How this can be done when I am resizing cluster from aws console? Does aws console maintain this internally?