dlmarion commented on issue #6087:
URL: https://github.com/apache/accumulo/issues/6087#issuecomment-3820276005
The current ECAdmin commands are:
```
./accumulo ec-admin cancel
./accumulo ec-admin listCompactors
./accumulo ec-admin running
```
I'm thinking about removing ECAdmin and breaking these commands into their
own KeywordExecutable instances with the following command names:
```
./accumulo list-compactors
./accumulo cancel-compaction
./accumulo list-compactions
```
The shell has a `listcompactions` command also, but nothing equivalent for
listing compactors or cancelling them.
Thoughts?
--
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]