Apache Airflow Provider - Apache Hive

Apache Hive

CoreDatabases

An Apache Airflow provider for Apache Hive.

Version
6.0.0
Downloads
324,963/month
Last Published
Apr. 6, 2023
Quick Install

Available Modules

Modules are Python callables available from this provider package.

Types:

HooksOperatorsTransfersSensors
HiveCliHook
Apache Hive

Simple wrapper around the hive CLI.

HooksUpdated 10 months ago
HiveMetastoreHook
Apache Hive

Wrapper to interact with the Hive Metastore

HooksUpdated 10 months ago
HiveOperator
Apache Hive

Executes hql code or hive script in a specific Hive database.

OperatorsUpdated 9 months ago
HiveStatsCollectionOperator
Apache Hive

Gathers partition statistics using a dynamically generated Presto query, inserts the stats into a MySql table with this format. Stats overwrite themse…

OperatorsUpdated a year ago
HiveServer2Hook
Apache Hive

Wrapper around the pyhive library

HooksUpdated 10 months ago
HiveToMySqlOperator
Apache Hive

Moves data from Hive to MySQL, note that for now the data is loaded into memory before being pushed to MySQL, so this operator should be used for smal…

TransfersUpdated a year ago
HivePartitionSensor
Apache Hive

Waits for a partition to show up in Hive.

SensorsUpdated a year ago
VerticaToHiveOperator
Apache Hive

Moves data from Vertica to Hive. The operator runs your query against Vertica, stores the file locally before loading it into a Hive table. If the cre…

TransfersUpdated 10 months ago
MetastorePartitionSensor
Apache Hive

An alternative to the HivePartitionSensor that talk directly to the MySQL db. This was created as a result of observing sub optimal queries generated …

SensorsUpdated a year ago
HiveToSambaOperator
Apache Hive

Executes hql code in a specific Hive database and loads the results of the query as a csv to a Samba location.

TransfersUpdated a year ago
NamedHivePartitionSensor
Apache Hive

Waits for a set of partitions to show up in Hive.

SensorsUpdated a year ago
MsSqlToHiveOperator
Apache Hive

Moves data from Microsoft SQL Server to Hive. The operator runs your query against Microsoft SQL Server, stores the file locally before loading it int…

TransfersUpdated 10 months ago
MySqlToHiveOperator
Apache Hive

Moves data from MySql to Hive. The operator runs your query against MySQL, stores the file locally before loading it into a Hive table. If the create …

TransfersUpdated 10 months ago
S3ToHiveOperator
Apache Hive

Moves data from S3 to Hive. The operator downloads a file from S3, stores the file locally before loading it into a Hive table. If the create or recre…

TransfersUpdated 10 months ago