-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't Access WebHDFS #96
Comments
My repo is outdated, but it did work when I tried setting up HUE FileBrowser https://github.com/OneCricketeer/docker-stacks/tree/master/hadoop-spark |
Hello, i don't know if it's late, i got the same problem and the fix was just by adding subnetworks. Find bellow my config, i also add hostname and it's the ip of container...
|
In my situation, I just mapped the corresponding ports to the outside, for example:
The default docker-compose file didn't include the port mapping for containers except the name node |
Though it's late, but hadoop had changed port of namenode from 50070 to 9870 on 3.x.x |
I can't access WebHDFS via Curl or using Python HDFS. For instance, the response of
curl -i "http://localhost:50070/webhdfs/v1/user/?op=GETFILESTATUS"
iscurl: (52) Empty reply from server
.When I log into the namenode and check to see if port 50070 is in use, all I can see is the following output:
I've double checked to ensure that
HDFS_CONF_dfs_webhdfs_enabled=true
is also set across the board. This carries through and is accurately set in the config file.Any suggestions?
The text was updated successfully, but these errors were encountered: