简体   繁体   中英

What is Difference between autoscale and Resize EMR cluster

Please explain me how I can re size the cluster using Python ?

Business Scenario : When there is shortage of memory on instance then add one core node When there is slow(No of task are in queue) processing add more task nodes when processing is complete remove these extra core and task nodes

what is difference between Autoscale and Resize cluster ? Regards, Sanjeev

You could take a look at Themis , an EMR autoscaling framework developed at Atlassian.

Current features include reactive autoscaling (based on current usage) as well as proactive autoscaling (based on predefined schedules).

The tool also comes with a simple Web UI and is very easy to configure.

Cheers

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM