Skip to content

Commit

Permalink
Fix docs about login for hdfs connections (apache#17936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakcht authored Aug 31, 2021
1 parent 5350cc2 commit eda8a51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/apache-airflow-providers-apache-hdfs/connections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ Host
Port
Specify the port in case of host be an URL.

Login
Effective user for HDFS operations (non-Kerberized).

Extra (optional, connection parameters)
Specify the extra parameters (as json dictionary) that can be used in HDFS connection. The following
parameters out of the standard python parameters are supported:

* ``proxy_user`` - Effective user for HDFS operations.
* ``autoconfig`` - Default value is bool: False. Use snakebite's automatically configured client. This HDFSHook implementation requires snakebite.

The following extra parameters can be used to configure SSL for Web HDFS Hook:
Expand Down

0 comments on commit eda8a51

Please sign in to comment.