BasPH commented on a change in pull request #4715: [AIRFLOW-3894] unstructured
connection to webhdfs
URL: https://github.com/apache/airflow/pull/4715#discussion_r257371940
##########
File path: airflow/hooks/webhdfs_hook.py
##########
@@ -39,6 +39,14 @@ class AirflowWebHDFSHookException(AirflowException):
pass
+class WebHDFSHook(BaseHook):
+ """
+ Interact with HDFS. This class is a wrapper around the hdfscli library.
Review comment:
Nit: Interact with **Web**HDFS
----------------------------------------------------------------
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