Description
Proposing modification to the Shell to allow applications to create their own set of commands. This might be accomplished using java.util.ServiceLoader or something like it. Specifically, I'm thinking of a case where I have a create table command that is different than the one provided by the Shell. In my case, my create table command may create one or more tables and setup iterators on them.
Attachments
Attachments
Issue Links
- is related to
-
ACCUMULO-1045 Create a suite of shell commands or common features
- Open