blob: a277010dd6ac745ada1e5e37df98f3b5c3ee39e4 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
---
package-name: apache-airflow-providers-apache-hive
name: Apache Hive
description: |
`Apache Hive <https://hive.apache.org/>`__
suspended: false
versions:
- 6.1.1
- 6.1.0
- 6.0.0
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.1.0
- 3.0.0
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
dependencies:
- apache-airflow>=2.4.0
- apache-airflow-providers-common-sql>=1.3.1
- hmsclient>=0.1.0
- pandas>=0.17.1
- pyhive[hive]>=0.6.0
# in case of Python 3.9 sasl library needs to be installed with version higher or equal than
# 0.3.1 because only that version supports Python 3.9. For other Python version pyhive[hive] pulls
# the sasl library anyway (and there sasl library version is not relevant)
- sasl>=0.3.1; python_version>="3.9"
- thrift>=0.9.2
# Excluded because python-sasl is not yet compatible
# with 3.11. See https://github.com/cloudera/python-sasl/issues/30
excluded-python-versions:
- "3.11"
integrations:
- integration-name: Apache Hive
external-doc-url: https://hive.apache.org/
how-to-guide:
- /docs/apache-airflow-providers-apache-hive/operators.rst
logo: /integration-logos/apache/hive.png
tags: [apache]
operators:
- integration-name: Apache Hive
python-modules:
- airflow.providers.apache.hive.operators.hive
- airflow.providers.apache.hive.operators.hive_stats
sensors:
- integration-name: Apache Hive
python-modules:
- airflow.providers.apache.hive.sensors.hive_partition
- airflow.providers.apache.hive.sensors.metastore_partition
- airflow.providers.apache.hive.sensors.named_hive_partition
hooks:
- integration-name: Apache Hive
python-modules:
- airflow.providers.apache.hive.hooks.hive
transfers:
- source-integration-name: Vertica
target-integration-name: Apache Hive
python-module: airflow.providers.apache.hive.transfers.vertica_to_hive
- source-integration-name: Apache Hive
target-integration-name: MySQL
python-module: airflow.providers.apache.hive.transfers.hive_to_mysql
- source-integration-name: Apache Hive
target-integration-name: Samba
python-module: airflow.providers.apache.hive.transfers.hive_to_samba
- source-integration-name: Amazon Simple Storage Service (S3)
target-integration-name: Apache Hive
python-module: airflow.providers.apache.hive.transfers.s3_to_hive
- source-integration-name: MySQL
target-integration-name: Apache Hive
python-module: airflow.providers.apache.hive.transfers.mysql_to_hive
- source-integration-name: Microsoft SQL Server (MSSQL)
target-integration-name: Apache Hive
python-module: airflow.providers.apache.hive.transfers.mssql_to_hive
connection-types:
- hook-class-name: airflow.providers.apache.hive.hooks.hive.HiveCliHook
connection-type: hive_cli
- hook-class-name: airflow.providers.apache.hive.hooks.hive.HiveServer2Hook
connection-type: hiveserver2
- hook-class-name: airflow.providers.apache.hive.hooks.hive.HiveMetastoreHook
connection-type: hive_metastore
plugins:
- name: hive
plugin-class: airflow.providers.apache.hive.plugins.hive.HivePlugin