File Cluster Associations
Specification
{
"action": "<String>"
"destinationDir": "<String>"
}
Structure values
| Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
| Action | String | What to do with the file during cluster bootstrapping. May be either place to download at the destination and do nothing, or pip_install to install via pip after downloading. | Required | |
| Destination Dir | String | The directory on the cluster where the file will be downloaded. | Optional | /tmp |
Example
{
"action": "pip_install",
"destinationDir": "/home/magpie/wheels"
}