This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git
The following commit(s) were added to refs/heads/main by this push:
new 2f98828 Fixed NameNode hyperlink on README.md (#299)
2f98828 is described below
commit 2f9882827e68b6b22cb902b261b23d99828eb2aa
Author: Kevin Rathbun <[email protected]>
AuthorDate: Wed Dec 6 17:38:33 2023 -0500
Fixed NameNode hyperlink on README.md (#299)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4f65439..a042659 100644
--- a/README.md
+++ b/README.md
@@ -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.
```
@@ -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/)