-
Notifications
You must be signed in to change notification settings - Fork 101
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
Configure remote working directory #545
Configure remote working directory #545
Conversation
41658d2
to
9dc07b1
Compare
@phil-opp since the dataflow check is needed in cli and coordinator, I prefer to skip all path exist check in multiple daemons. |
Thanks for the PR! I'm not sure whether it's a good idea to implicitly change the working directory based on the number of machines. But we could add a config option to set a working directory for each machine. Then relative paths on those machines could be allowed again.
This seems like a good approach too. The CLI could send a |
The no left space error is probably independent of your PR. |
Sounds good to me |
Would prefer to have a separate PR for working directory as we wanted to have abs path only for this PR. |
I have considered this question. since the check path and working_dir is relevant, in this pr, for multiple daemons in one dataflow, we must all use abs path, the working_dir seems like make no sense , except generator log(maybe?).
yes, I have though about this, making working_dir configurable for every daemon, the implementation would conflict with the current implementation(the default /tmp). |
The abs path only is implemented in #538. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great overall :)
Closed in favor of #658 |
In this PR:
local
(whether they are the same as cli) andworking_dir
(the working_dir of the daemon for this dataflow..
follow #538 #534