Skip to content

Commit

Permalink
Add HMS logging docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Feb 1, 2024
1 parent dcc9188 commit 10ca613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/integrations/hive-metastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ The scheme must be `thrift+hms`. The `+hms` suffix is required to distinguish th
| UNIONTYPE | UnionType |
| STRUCT | StructType |

## 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.

## Limitations and Constraints

The conversion functions raise a `ValueError` exception if the conversion is not possible.

0 comments on commit 10ca613

Please sign in to comment.