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

Enable HMS logging #1

Merged
merged 3 commits into from
Feb 1, 2024
Merged

Enable HMS logging #1

merged 3 commits into from
Feb 1, 2024

Conversation

rmoff
Copy link
Contributor

@rmoff rmoff commented Feb 1, 2024

The existing image does not write HMS log to stdout, which makes catching
and diagnosing problems more difficult.

This PR sets the level to INFO with an environment variable to override it
if required.

@@ -36,6 +36,10 @@ You can use the Hive Metastore for integration tests in your [Github Workflows](
- 9083:9083
```

## Logging

By default the Hive Metastore will log at INFO level. You can override this by setting the `HMS_LOGLEVEL` environment variable for the container.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! Since it's HMS-specific, mind sticking it in the HMS integration docs?

https://recap.build/docs/integrations/hive-metastore/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants