Skip to content

Commit

Permalink
Added datanode localhost
Browse files Browse the repository at this point in the history
Added datanode localhost website
  • Loading branch information
madhurimarawat authored Aug 7, 2024
1 parent 463d40a commit 10b037f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/Hadoop-Commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,10 @@ <h2>Example Workflow</h2>
</li>
<li><strong>Verify HDFS</strong>:
<ul>
<li>Open <a href="http://localhost:9864/" target="_blank">http://localhost:9864/</a> in the web
browser for datanode information.</li>
<li>Open <a href="http://localhost:9870/" target="_blank">http://localhost:9870/</a> in the web
browser.</li>
browser for namenode information.</li>
</ul>
</li>
<li><strong>Verify YARN</strong>:
Expand Down Expand Up @@ -342,7 +344,14 @@ <h2>Example Workflow</h2>
<p>HDFS Verification</p>
<p>Open a web browser and navigate to the HDFS web UI to verify that the DataNode and NameNode are running
correctly:</p>
<p><a href="http://localhost:9870/" target="_blank">http://localhost:9870/</a></p>
<p><strong>
<i>For Datanode: </i>
</strong><a href="http://localhost:9864/" target="_blank">http://localhost:9864/</a>
</p>
<p>
<i><strong>For Namenode: </strong></i><a href="http://localhost:9870/"
target="_blank">http://localhost:9870/</a>
</p>
<p>This URL provides information about the HDFS NameNode status and allows you to browse the file system.
</p>

Expand Down Expand Up @@ -405,4 +414,4 @@ <h2>Thank You</h2>
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>

</html>
</html>

0 comments on commit 10b037f

Please sign in to comment.