You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using airflow 2.7.3 with HDFS provider 4.2.0.
I can't create an WebHDFS / HDFS connection because the hdfs hook is no longer available.
In addition, in the Add Connection page, under Connection Type, I don't see any HDFS / WebHDFS options available.
I need them for the Livy operator. I need to upload a python script to HDFS first before I execute it using livy.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm using airflow 2.7.3 with HDFS provider 4.2.0.
I can't create an WebHDFS / HDFS connection because the hdfs hook is no longer available.
In addition, in the Add Connection page, under Connection Type, I don't see any
HDFS
/WebHDFS
options available.I need them for the Livy operator. I need to upload a python script to HDFS first before I execute it using livy.
I do have the provider installed:
To double check, I made sure pip has it installed
Question: How shouldI create an hdfs connection ?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions