forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Dynamic allocation allocates the min # of executors as part of of the initial gang, but subsequent executors are not part of the gang.
instead the use the new Armada env vars as node selectors:
$ARMADA_GANG_NODE_UNIFORMITY_LABEL_NAME: $ARMADA_GANG_NODE_UNIFORMITY_LABEL_VALUE.
in dynamic cluster mode the driver is running on the cluster and has access to those env vars, but in dynamic client mode it doesn't.
To support that we need to modify the executor registration process to pass the vars to the driver so that it can start subsequent executors with them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels