Skip to content

Commit

Permalink
chore: acryl-data 0.6.12 (#4474)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomezvillamor authored Mar 23, 2022
1 parent 5c80177 commit 9fbb521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,11 @@ def get_long_description():
"glue": aws_common,
"hive": sql_common
| {
# Acryl Data maintains a fork of PyHive, which adds support for table comments
# and column comments, and also releases HTTP and HTTPS transport schemes.
"acryl-pyhive[hive]>=0.6.11"
# Acryl Data maintains a fork of PyHive
# - 0.6.11 adds support for table comments and column comments,
# and also releases HTTP and HTTPS transport schemes
# - 0.6.12 adds support for Spark Thrift Server
"acryl-pyhive[hive]>=0.6.12"
},
"kafka": kafka_common,
"kafka-connect": sql_common | {"requests", "JPype1"},
Expand Down
1 change: 1 addition & 0 deletions metadata-ingestion/source_docs/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ source:
# kerberos_service_name: hive
#scheme: 'hive+http' # set this if Thrift should use the HTTP transport
#scheme: 'hive+https' # set this if Thrift should use the HTTP with SSL transport
#scheme: 'sparksql' # set this for Spark Thrift Server

sink:
# sink configs
Expand Down

0 comments on commit 9fbb521

Please sign in to comment.