nilesim

Results 5 comments of nilesim

No it is not relevant about Mac. But you are right, it is about accessibility outside of docker. I am using windows desktop as a work laptop. And I am...

I have already shared github repo at beginning but I am adding the docker-compose file I used also to here if anyone knows what is wrong with the ports: ```...

I have added this port to namenode ports: ` - 50070:50070` and following to datanode1 ``` ports: - 50010:50010 ``` It gave me `docker: error response from daemon: Ports are...

@johanneshiry : Docker on Windows also. And did `net stop winnat` before `docker-compose up` for disabled routings for some ports but still didn't work.

> no mappe 9000 port actually there is. in core-site.xml it is written ` hdfs://hadoop-master:9000/` but the thing is, 9000 port not exposed outside of docker. You should add `-p...