Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

cluster submit should exit with same exit code as gcloud #72

Closed
danking opened this issue Aug 31, 2018 · 2 comments
Closed

cluster submit should exit with same exit code as gcloud #72

danking opened this issue Aug 31, 2018 · 2 comments

Comments

@danking
Copy link
Collaborator

danking commented Aug 31, 2018

(hail) dking@wmb16-359 # cluster submit foo foo
Submitting to cluster 'foo'...
gcloud command:
gcloud dataproc jobs submit pyspark foo \
    --cluster=foo \
    --files= \
    --properties=
ERROR: (gcloud.dataproc.jobs.submit.pyspark) NOT_FOUND: Not found: Cluster projects/broad-ctsa/regions/global/clusters/foo
(hail) dking@wmb16-359 # $(exit 3)
(hail) 3 dking@wmb16-359 # 

My shell prompt prints non-zero exit codes before my username. Note that cluster exited 0.

@danking
Copy link
Collaborator Author

danking commented Aug 31, 2018

start also appears to have this problem.

@danking
Copy link
Collaborator Author

danking commented Sep 17, 2018

resolved by #74

@danking danking closed this as completed Sep 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant