Sanjeev
Sanjeev

Reputation: 1

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

Upvotes: 0

Views: 151

Answers (1)

whummer
whummer

Reputation: 497

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

Upvotes: 1

Related Questions