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

Cannot submit job when using hostPath #293

Closed
m3ngyang opened this issue Aug 10, 2017 · 3 comments
Closed

Cannot submit job when using hostPath #293

m3ngyang opened this issue Aug 10, 2017 · 3 comments
Assignees

Comments

@m3ngyang
Copy link
Member

When I tried to submit a job to the paddlecloud server, it returned

➜  cloud paddlecloud submit -jobname fit-a-line -cpu 1 -gpu 1 -parallelism 1 -entry "python train.py" fit_a_line/
Uploading ... fit_a_line/train.py /pfs/mytest/home/t@t.com/jobs/fit-a-line/train.py
error submiting job: package not exist in cloud: fit_a_line/

Relative path doesn't work when paddlecloud uses hostPath as data-storage type.

@Yancey1989 Yancey1989 added the bug label Aug 10, 2017
@Yancey1989 Yancey1989 self-assigned this Aug 10, 2017
@typhoonzero
Copy link
Collaborator

So which version of paddlecloud client are you using?

@m3ngyang
Copy link
Member Author

m3ngyang commented Aug 11, 2017

@typhoonzero the latest version, v0.1.1-beta.3 (linux)

@typhoonzero
Copy link
Collaborator

Accroding to /pfs/mytest/home/t@t.com/jobs/fit-a-line/train.py seems like you misconfigured the datacenter and username? I've tested with the macos binary which succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants