Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed NameNode hyperlink on README.md #299

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading