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/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 3015c1b25e Fixed typo in cluster script
3015c1b25e is described below

commit 3015c1b25e3f80336ac1177edf7e4b21936ba05b
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Mon Dec 23 09:33:07 2024 -0500

    Fixed typo in cluster script
---
 assemble/bin/accumulo-cluster | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemble/bin/accumulo-cluster b/assemble/bin/accumulo-cluster
index cc6b04654e..e98ae4f7c1 100755
--- a/assemble/bin/accumulo-cluster
+++ b/assemble/bin/accumulo-cluster
@@ -39,7 +39,7 @@ $(cyan Options):
     $(green --manager)                Selects the manager service (oversees 
cluster operations)
     $(green --gc)                     Selects the gc service (cleans up unused 
files)
     $(green --monitor)                Selects the monitor web service (shows 
cluster information)
-    $(green --tservers[$(yellow '=group')])       Selects the tablet server 
services (read/write operations on tablets)
+    $(green --tservers)[$(yellow '=group')]       Selects the tablet server 
services (read/write operations on tablets)
     $(green --sservers)[$(yellow '=group')]       Selects the scan server 
services (read-only eventually consistent scans)
     $(green --compactors)[$(yellow '=group')]     Selects the compactor 
services (external compactions)
     $(yellow NOTE): some server types support an optional $(yellow group) 
name. If it is not provided or is empty, then

Reply via email to