Skip to content

Commit

Permalink
Added new timezone configuration properties for the Hive connector.
Browse files Browse the repository at this point in the history
  • Loading branch information
m57lyra authored and dain committed Sep 3, 2020
1 parent 0488cc4 commit 057676e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions presto-docs/src/main/sphinx/connector/hive.rst
Expand Up @@ -263,6 +263,15 @@ Property Name Description
``hive.file-status-cache-expire-time`` How long a cached directory listing should be considered ``1m``
valid.

``hive.parquet.time-zone`` Adjusts timestamp values to a specific time zone. JVM default
For Hive 3.1+, this should be set to UTC.

``hive.rcfile.time-zone`` Adjusts binary encoded timestamp values to a specific JVM default
time zone. For Hive 3.1+, this should be set to UTC.

``hive.orc.time-zone`` Sets the default time zone for legacy ORC files that did JVM default
not declare a time zone.

``hive.temporary-staging-directory-enabled`` Controls whether the temporary staging directory configured ``true``
at ``hive.temporary-staging-directory-path`` should be
used for write operations. Temporary staging directory is
Expand Down

0 comments on commit 057676e

Please sign in to comment.