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

Timestamps in directory names cause errors when updating config #632

Open
rebucci opened this issue Apr 26, 2018 · 0 comments
Open

Timestamps in directory names cause errors when updating config #632

rebucci opened this issue Apr 26, 2018 · 0 comments

Comments

@rebucci
Copy link
Contributor

rebucci commented Apr 26, 2018

Including a timestamp in the directory name results in runtime errors when config.py is edited mid-run.

Example of timestamp:

project = 'PROJECT_'
version = datetime.datetime.now().strftime('%Y%m%d_%H%M’)
"hdfs://eddie.crc.nd.edu:19000/store/user/$USER/" + project + version,

When config.py is changed, the timestamp is updated and all outputs are routed to the new storage directory, which doesn't exist.

Proposed quick solution: Change the example configuration on the lobster webpage so that it does not use the timestamp. Optionally, include information about how lobster handles immutable parameters.

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

No branches or pull requests

1 participant