Content¶
References
Resources
Commits
apache-airflow-providers-apache-hive
¶This is a provider package for apache.hive
provider. All classes for this provider package
are in airflow.providers.apache.hive
python package.
You can install this package on top of an existing airflow 2.* installation via
pip install apache-airflow-providers-apache-hive
PIP package |
Version required |
---|---|
|
|
|
|
|
|
Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified provider packages in order to use them.
You can install such cross-provider dependencies when installing from PyPI. For example:
Dependent package |
Extra |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Fix mistake and typos in doc/docstrings (#15180)
Fix grammar and remove duplicate words (#14647)
Resolve issue related to HiveCliHook kill (#14542)
Updated documentation and readme files.
Remove password if in LDAP or CUSTOM mode HiveServer2Hook (#11767)
Initial version of the provider.