This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 06a1836 Add Missing Apache Providers to docs/installation.rst (#10265)
06a1836 is described below
commit 06a1836755f1e6e30f5c6e7d06cf2b0e063e260c
Author: Kaxil Naik <[email protected]>
AuthorDate: Sun Aug 9 17:17:06 2020 +0100
Add Missing Apache Providers to docs/installation.rst (#10265)
---
docs/installation.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/installation.rst b/docs/installation.rst
index 54a227f..d406ee3 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -147,10 +147,18 @@ Here's the list of the subpackages and what they enable:
+---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
| hive | ``pip install 'apache-airflow[apache.hive]'`` |
All Hive related operators |
+---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
+| kylin | ``pip install 'apache-airflow[apache.kylin]'`` |
All Kylin related operators & hooks |
++---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
+| livy | ``pip install 'apache-airflow[apache.livy]'`` |
All Livy related operators & hooks |
++---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
+| pig | ``pip install 'apache-airflow[apache.pig]'`` |
All Pig related operators & hooks |
++---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
| presto | ``pip install 'apache-airflow[apache.presto]'`` |
All Presto related operators & hooks |
+---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
| spark | ``pip install 'apache-airflow[apache.spark]'`` |
All Spark related operators & hooks |
+---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
+| sqoop | ``pip install 'apache-airflow[apache.sqoop]'`` |
All Sqoop related operators & hooks |
++---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
| webhdfs | ``pip install 'apache-airflow[webhdfs]'`` |
HDFS hooks and operators |
+---------------------+-----------------------------------------------------+----------------------------------------------------------------------+