GuzikJakub opened a new pull request #4715: [AIRFLOW-3894] unstructured connection to webhdfs URL: https://github.com/apache/airflow/pull/4715 Make sure you have checked _all_ steps below. ### Jira https://issues.apache.org/jira/browse/AIRFLOW-3894 ### Description Therefore in the BaseHook class we introduced a new function that divides each of the namenodes after a semicolon, and then adds a prefix and port to each host. This function is called from webhdfs_hook.py using the following parameters: prefix (https://), host and port. It is also possible to expand this function, i.e. to receive a separator.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
