Replies: 2 comments 2 replies
-
Just to clarify, did you run |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried to set the zone to us-east1-b any way I could find (including gcloud confit set, the latter wasn't working) and the zone flag keeps defaulting to " Have you seen this before? Thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have gotten to the point where I am running this command
docker-compose exec pipeline-runner load_data_dataproc.sh $BUILD_VERSION $SAMPLE_TYPE $INDEX_NAME $GS_BUCKET $INPUT_FILE_PATH
and I am getting this error
'sudo docker compose exec pipeline-runner load_data_dataproc.sh 38 WGS techdev-j-jenn gs://seqr-v1/ master_data.vcf.gz
Traceback (most recent call last):
File "/usr/local/bin/hailctl", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/hailtop/hailctl/main.py", line 107, in main
cli.main(args)
File "/usr/local/lib/python3.7/site-packages/hailtop/hailctl/dataproc/cli.py", line 124, in main
jmp[args.module].main(args, pass_through_args))
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 573, in run_until_complete
return future.result()
File "/usr/local/lib/python3.7/site-packages/hailtop/hailctl/dataproc/start.py", line 290, in main
raise RuntimeError("Could not determine dataproc region. Use --region argument to hailctl, or use
gcloud config set dataproc/region <my-region>
to set a default.")RuntimeError: Could not determine dataproc region. Use --region argument to hailctl, or use
gcloud config set dataproc/region <my-region>
to set a default.'I have set the correct region using
gcloud confit set
command but still getting the same errorBeta Was this translation helpful? Give feedback.
All reactions