Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(data-pipelines): Allow for starting Dataproc clusters using custom OS images #1577

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data-pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ The ClinVar pipelines must be run on clusters with an appropriate version of VEP
./deployctl dataproc-cluster start <cluster-name>
```

NOTE: Starting with `gnomad version 4.1`, it is highly recommended to specify a
custom OS image that was built for that gnomAD version. To see these images, run
`gcloud compute images list --filter="family=dataproc-custom-image"`. You can then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running this tells me 0 images were found:

❯ gcloud compute images list --filter="family=dataproc-custom-image"
Listed 0 items.

My gcloud config's project is set to exac-gnomad, maybe that's the reason?

pass the desired image name to the above `start` command using the `--image` flag.

- Run a pipeline.

A list of all pipelines can be seen with `./deployctl data-pipeline run --help`.
Expand Down