vishnudxb/Gcloud Dataproc cluster creation!!
Gcloud Dataproc cluster creation!!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster | Enter your gcloud dataproc cluster name | yes | — |
| region | Enter your gcloud dataproc cluster region | no | us-east1 |
| project | Enter your gcloud project id | yes | — |
| initialization_actions | Executables or scripts that will run on all nodes in your cluster immediately after the cluster is set up | yes | — |
| master-boot-disk-size | Dataproc Master Boot disk size | no | 500GB |
| master-boot-disk-type | Dataproc Master Boot disk type | no | pd-standard |
| master-machine-type | Dataproc Master Machine type | no | n1-standard-2 |
| max-idle | The duration before cluster is auto-deleted after last job completes, such as "2h" or "1d". | no | 1h |
| num-masters | The number of master nodes in the cluster. | no | 1 |
| worker-boot-disk-size | Dataproc Worker Boot disk size | no | 500GB |
| worker-boot-disk-type | Dataproc Worker Boot disk type | no | pd-standard |
| worker-machine-type | Dataproc Worker Machine type | no | n1-standard-2 |
| zone | Dataproc Cluster Zone | no | us-east1-b |
| image-version | The image version to use for the cluster. | no | preview-ubuntu18 |
| metadata | Metadata to be made available to the guest operating system running on the instances | yes | — |
| scopes | Specifies scopes for the node instances. | no | https://www.googleapis.com/auth/cloud-platform |
| num-workers | The number of worker nodes in the cluster. | no | 2 |
| properties | Specifies configuration properties for installed packages, such as Hadoop and Spark. | yes | — |
| labels | List of label KEY=VALUE pairs to add. | no | env=test |
Outputs
no outputs