[
https://issues.apache.org/jira/browse/HBASE-18999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417445#comment-16417445
]
Sean Busbey commented on HBASE-18999:
-------------------------------------
yeah that looks like a reasonable approach. I just noticed that our javadocs
for Put in the java API don't define what happens if you add the column
multiple times. We should probably take a look at what the current
implementation happens to do before pushing this change in a release, in case
the behavior is something we want to formalize and it conflicts with this
approach (which implicitly says you can't do that).
> 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, 2.0.0
> Reporter: Mike Drob
> Assignee: Nihal Jain
> Priority: Major
>
> 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)