This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 14858bd  Update wording in docs/helloworld.md
14858bd is described below

commit 14858bd591b185bb68f64e387e1c761520cc04e9
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Tue Aug 31 10:19:07 2021 -0400

    Update wording in docs/helloworld.md
---
 docs/helloworld.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/helloworld.md b/docs/helloworld.md
index b0d4381..88e8679 100644
--- a/docs/helloworld.md
+++ b/docs/helloworld.md
@@ -25,9 +25,9 @@ Inserts data with a BatchWriter:
 
     $ ./bin/runex helloworld.Insert
 
-On the accumulo status page at the URL below (where 'master' is replaced with 
the name or IP of your accumulo master), you should see 50K entries
+On the accumulo status page at the URL below (you may need to replace 
'localhost' with the name or IP of your server), you should see 50K entries
 
-    http://master:9995/
+    http://localhost:9995/
 
 To view the entries, use the shell (run `accumulo shell -u username -p 
password` to access it) to scan the table:
 

Reply via email to