[
https://issues.apache.org/jira/browse/HBASE-9689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ramkrishna.s.vasudevan updated HBASE-9689:
------------------------------------------
Attachment: HBASE-9689_2.patch
Latest patch.
Observed one problem with Attributes specified when the timestamp is not
specified in the put args.
Now timestamp should be specified
{code}
put 't1', 'r1', 'c1', 'value', {TIMESTAMP=>100,
ATTRIBUTES=>{'mykey'=>'myvalue'}}
{code}
So this change is a new behaviour for specifying puts. TestShell passes with
this. If this change is fine I can commit this tomorrow.
> Support using OperationAttributes through shell script
> ------------------------------------------------------
>
> Key: HBASE-9689
> URL: https://issues.apache.org/jira/browse/HBASE-9689
> Project: HBase
> Issue Type: Improvement
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 0.98.0
>
> Attachments: HBASE-9689_1.patch, HBASE-9689_2.patch, HBASE-9689.patch
>
>
> Currently the ruby scripts for Put does not support setting of Operation
> Attributes through shell.
> It may be useful in some cases and also for testing. And that would give a
> full fledged support using shell.
--
This message was sent by Atlassian JIRA
(v6.1#6144)