[
https://issues.apache.org/jira/browse/HBASE-18999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507696#comment-16507696
]
Nihal Jain commented on HBASE-18999:
------------------------------------
Thanks for the review [~mdrob]. I will try to attach a new patch addressing
your comments later this weekend.
{quote}you have it switched in one of the examples in the help messages
{quote}
Yeah you are right. I will fix that along with the following already checked-in
line.
{code:java}
hbase> deleteall 't1', {ROWPREFIXFILTER => 'prefix'}, 'c1' //delete
certain column family in the row ranges
{code}
> Put in hbase shell cannot do multiple columns
> ---------------------------------------------
>
> Key: HBASE-18999
> URL: https://issues.apache.org/jira/browse/HBASE-18999
> Project: HBase
> Issue Type: Improvement
> Components: shell
> Affects Versions: 1.0.0, 3.0.0, 2.0.0
> Reporter: Mike Drob
> Assignee: Nihal Jain
> Priority: Major
> Fix For: 3.0.0
>
> Attachments: HBASE-18999.master.001.patch
>
>
> A {{Put}} can carry multiple cells, but doing so in the shell is very
> difficult to construct. We should make this easier.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)