willmurnane opened a new issue #2210:
URL: https://github.com/apache/accumulo/issues/2210


   When using the shell to perform scans, the `table.interepreter` property is 
used to interpret the supplied begin and end row text. However, this property 
is not used for other operations which also interact with `-b` and `-e` flags 
for begin and end rows:
   * `compact`
   * `merge`
   * `flush`
   * `deletemany`
   * `deleterows`
   * etc
   
   and other operations which take rows and/or column families or column 
qualifiers as arguments:
   * `addsplits`
   * `delete`
   * `insert`
   * etc
   
   This behavior is confusing to users of the shell, because some interfaces 
show and accept reformatted key components, and some others accept raw key 
components.
   
   I propose that the interpreter should be applied to all parameters provided 
by the user before they are passed to Accumulo.
   
   Alternatively, the interpreter construct could be dropped entirely (see 
discussion in #1138).


-- 
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]


Reply via email to