Skip to content

Commit

Permalink
docker compose file github link changed to a raw one
Browse files Browse the repository at this point in the history
  • Loading branch information
nacisimsek committed Aug 4, 2024
1 parent ec5438d commit 2b403c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions content/posts/20240509-hadoop-deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Hadoop was a groundbreaking solution for big data, but modern data systems have

We will deploy the cluster by using the following docker file:

[https://github.com/nacisimsek/Data_Engineering/blob/main/Hadoop/docker-compose.yaml](https://github.com/nacisimsek/Data_Engineering/blob/main/Hadoop/docker-compose.yaml "docker-compose.yaml")
[https://raw.githubusercontent.com/nacisimsek/Data_Engineering/main/Hadoop/docker-compose.yaml](https://raw.githubusercontent.com/nacisimsek/Data_Engineering/main/Hadoop/docker-compose.yaml "[docker-compose.yaml](https://raw.githubusercontent.com/nacisimsek/Data_Engineering/main/Hadoop/docker-compose.yaml)")

Simply copy the docker compose file and execute below command to deploy the containers.

Expand Down Expand Up @@ -187,16 +187,12 @@ root@cluster-slave-1:/# jps
837 SecondaryNameNode
```



We should be now accessing to the Hadoop NameNode Web UI (Port 9870) and YARN ResourceManager Web UI (Port 8088)

### Port 9870: Hadoop NameNode Web UI

You can access the namenode web UI from your browser: [http://localhost:9870/](http://localhost:9870/ "http://localhost:9870/")



![1715444187605](image/index/1715444187605.png)

* **Purpose** :
Expand Down

0 comments on commit 2b403c3

Please sign in to comment.