msemn / bd-infra

90 stars 66 forks source link

Hue wont connect to HDFS #2

Open Namec opened 3 years ago

Namec commented 3 years ago

hello, is there any other settings to make Hue connectes to HDFS Service

thank you

daniesouza commented 2 years ago

To solve this problem you have to logon hue machine container then change the file /usr/share/hue/desktop/conf/hue.ini change the line from

webhdfs_url=http://localhost:50070/webhdfs/v1 to webhdfs_url=http://namenode:50070/webhdfs/v1

restart the hue container..

that should do the trick!