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

Chronos tasks w/o docker #4

Open
nz87 opened this issue Mar 9, 2016 · 1 comment
Open

Chronos tasks w/o docker #4

nz87 opened this issue Mar 9, 2016 · 1 comment
Labels

Comments

@nz87
Copy link
Contributor

nz87 commented Mar 9, 2016

We use the $MESOS_SANDBOX variable where cloudpickle should reside but when we run our stuff cloudpickle can not be found. The variable and it's content should be checked.

@nz87 nz87 added the bug label Mar 9, 2016
@nz87
Copy link
Contributor Author

nz87 commented Mar 9, 2016

After some investigation we noticed that chronos uses it's task/job id as directory name which contains colons and that directory is in $MESOS_SANDBOX which we'd liked to add to $PYTHONPATH but it will be cut by colons even if they're escaped. On the other hand inside a docker container $MESOS_SANDBOX is /mnt/mesos/sandbox: no colons = no problems.

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

No branches or pull requests

1 participant