dlmarion commented on PR #6094: URL: https://github.com/apache/accumulo/pull/6094#issuecomment-3818902278
The output before this change is shown at https://github.com/apache/accumulo/issues/6088#issuecomment-3818174941 The output after this change is below: ``` ./accumulo admin serviceStatus --json ... "T_SERVER": { "resourceGroups": { "default": 1 }, "serviceCount": 1, "errorCount": 0 } ... ``` ``` ./accumulo admin serviceStatus --json --showHosts ... "T_SERVER": { "resourceGroups": { "default": 1 }, "serviceByGroups": { "default": [ "localhost:9997" ] }, "serviceCount": 1, "errorCount": 0 } ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
