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
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Hi, I am running 2.6.0 image on my mac which run docker natively. so NO boot2Docker or VM is required.
I started my container with the following command
docker run -p 50070:50070 -p 8020:8020 -d --name hadoop-2.6.0 sequenceiq/hadoop-docker:2.6.0
My Java Application (Spring) is trying to connect to hdfs://localhost:8020 and is failing.
but my container is running and telnet on port 8020 works too.
which now points to container id with different port.
I think that is causing the problem connecting with my spring application.
Is this a bug or do I have to do something to fix this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I am running 2.6.0 image on my mac which run docker natively. so NO boot2Docker or VM is required.
I started my container with the following command
docker run -p 50070:50070 -p 8020:8020 -d --name hadoop-2.6.0 sequenceiq/hadoop-docker:2.6.0
My Java Application (Spring) is trying to connect to hdfs://localhost:8020 and is failing.
but my container is running and telnet on port 8020 works too.
I sshed into container and got the default url
which now points to container id with different port.
I think that is causing the problem connecting with my spring application.
Is this a bug or do I have to do something to fix this?
Thanks
The text was updated successfully, but these errors were encountered: