[
https://issues.apache.org/jira/browse/HBASE-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Sell updated HBASE-782:
---------------------------
Fix Version/s: 0.19.0
Assignee: Tim Sell
Affects Version/s: (was: 0.2.0)
0.18.2
0.19.0
Status: Patch Available (was: Open)
This happens to me too and finally annoyed me enough to look at it.
It's due to the suppressing 'nil' output incorrectly (or too optimistically?)
Attached a wonderfully simple patch. Should also work for all versions since
hirb.rb was included.
> The DELETE key in the hbase shell deletes the wrong character
> -------------------------------------------------------------
>
> Key: HBASE-782
> URL: https://issues.apache.org/jira/browse/HBASE-782
> Project: Hadoop HBase
> Issue Type: Bug
> Components: client
> Affects Versions: 0.19.0, 0.18.2
> Reporter: Sebastien Rainville
> Assignee: Tim Sell
> Priority: Minor
> Fix For: 0.19.0
>
>
> Within the hbase shell, if you type "monkey", then place the cursor on the
> letter 'k' and hit the key 'DELETE' several times it will do this:
> monkey
> mokey
> mkey
> key
> key
> key
> ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.