Metadata-Version: 2.4
Name: apache-airflow-providers-apache-hdfs
Version: 4.10.5
Summary: Provider package apache-airflow-providers-apache-hdfs for Apache Airflow
Keywords: airflow-provider,apache.hdfs,airflow,integration
Author-email: Apache Software Foundation <dev@airflow.apache.org>
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-Expression: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Framework :: Apache Airflow
Classifier: Framework :: Apache Airflow :: Provider
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Monitoring
License-File: LICENSE
License-File: NOTICE
Requires-Dist: apache-airflow>=2.10.0
Requires-Dist: hdfs[avro, dataframe, kerberos]>=2.5.4;python_version<"3.12"
Requires-Dist: hdfs[avro, dataframe, kerberos]>=2.7.3;python_version>="3.12"
Requires-Dist: pandas>=2.1.2; python_version <"3.13"
Requires-Dist: pandas>=2.2.3; python_version >="3.13"
Requires-Dist: apache-airflow-providers-common-compat ; extra == "common-compat"
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.10.5/changelog.html
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.10.5
Project-URL: Mastodon, https://fosstodon.org/@airflow
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
Project-URL: Source Code, https://github.com/apache/airflow
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
Provides-Extra: common-compat


.. 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.

.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!

.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
   ``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY

Package ``apache-airflow-providers-apache-hdfs``

Release: ``4.10.5``


`Hadoop Distributed File System (HDFS) <https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html>`__
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.


Provider package
----------------

This is a provider package for ``apache.hdfs`` provider. All classes for this provider package
are in ``airflow.providers.apache.hdfs`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.10.5/>`_.

Installation
------------

You can install this package on top of an existing Airflow installation (see ``Requirements`` below
for the minimum Airflow version supported) via
``pip install apache-airflow-providers-apache-hdfs``

The package supports the following python versions: 3.10,3.11,3.12,3.13

Requirements
------------

=================================  =====================================
PIP package                        Version required
=================================  =====================================
``apache-airflow``                 ``>=2.10.0``
``hdfs[avro,dataframe,kerberos]``  ``>=2.5.4; python_version < "3.12"``
``hdfs[avro,dataframe,kerberos]``  ``>=2.7.3; python_version >= "3.12"``
``pandas``                         ``>=2.1.2; python_version < "3.13"``
``pandas``                         ``>=2.2.3; python_version >= "3.13"``
=================================  =====================================

Cross provider package dependencies
-----------------------------------

Those are dependencies that might be needed in order to use all the features of the package.
You need to install the specified providers in order to use them.

You can install such cross-provider dependencies when installing from PyPI. For example:

.. code-block:: bash

    pip install apache-airflow-providers-apache-hdfs[common.compat]


==================================================================================================================  =================
Dependent package                                                                                                   Extra
==================================================================================================================  =================
`apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_  ``common.compat``
==================================================================================================================  =================

Optional dependencies
----------------------

=================  ==========================================
Extra              Dependencies
=================  ==========================================
``common.compat``  ``apache-airflow-providers-common-compat``
=================  ==========================================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.10.5/changelog.html>`_.

