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

Fix a bug where the hlink command would crash on startup #9

Merged
merged 1 commit into from
May 23, 2022

Conversation

riley-harper
Copy link
Contributor

This happened when the parent directory of the logging file didn't exist. This bug was introduced by the recent logging changes I made. It didn't happen before because the Spark initialization code would always create the directory that the logging file was in. But now it shows up because we're setting up logging before initializing Spark.

…ory didn't exist

- This was introduced by the recent logging changes we made. It didn't happen before
  because the Spark initialization code would always create the directory that the
  logging file was in.
@riley-harper riley-harper merged commit 0fdbc68 into main May 23, 2022
@riley-harper riley-harper deleted the logging_dir branch May 24, 2022 20:10
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

Successfully merging this pull request may close these issues.

1 participant