Spark Operations

Available operations

Scale

odin operate component  --name [YOUR_COMPONENT_NAME] --service [YOUR_SERVICE_NAME]
--operation scale --env [YOUR_ENV_NAME] --options='{}'

Properties

Property
Type
Required
Description

desired_instance_count

integer

Yes

The number of EC2 instances needed in the cluster

ttl_in_minutes

integer

No

Time till when the operation will try and then timeout. If not provided scale will be run for 2 hours

skip_active_worker_check

boolean

No

Checks if any executor is running. If set to False, node running the executor will not be killed, else if set to True, the node will ignore and proceed to scaling it down.

Last updated