Skip to content

Commit

Permalink
Fixed NameNode hyperlink on README.md (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrr888 authored Dec 6, 2023
1 parent 189f898 commit 2f98828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ source <(./bin/uno env) # Bash-specific command that sets up current
```

Accumulo is now ready to use. Verify your installation by checking the [Accumulo Monitor](http://localhost:9995/)
and [Hadoop NameNode](http://localhost:50070/) status pages.
and [Hadoop NameNode](http://localhost:9870/) status pages.

Note that the Accumulo shell can be accessed in one of two ways. The easiest is method is to use the `uno` command.
```
Expand Down Expand Up @@ -144,7 +144,7 @@ cluster. The command can be run in several different ways:

You can confirm that everything started by checking the monitoring pages below:

* [Hadoop NameNode](http://localhost:50070/)
* [Hadoop NameNode](http://localhost:9870/)
* [Hadoop ResourceManager](http://localhost:8088/)
* [Accumulo Monitor](http://localhost:9995/)

Expand Down

0 comments on commit 2f98828

Please sign in to comment.