[ 
https://issues.apache.org/jira/browse/HBASE-9858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858572#comment-13858572
 ] 

Anoop Sam John commented on HBASE-9858:
---------------------------------------

We already have a LoadTestDataGenerator which generates RKs, columns etc.
I am adding 2 new methods to this class.
{code}
public abstract Mutation beforeMutate(long rowkeyBase, Mutation m);

public abstract Get beforeGet(long rowkeyBase, Get get);
{code}
The Mutation/Get as such is created within LoadTestTool and related classes. 
Before apply on to HTables, this generator can modify it. How abt this min 
change Andy?    Done these changes on this patch.  I can change the Tags part 
also in similar way.

> Integration test and LoadTestTool support for cell Visibility
> -------------------------------------------------------------
>
>                 Key: HBASE-9858
>                 URL: https://issues.apache.org/jira/browse/HBASE-9858
>             Project: HBase
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 0.98.0
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 0.98.0
>
>         Attachments: HBASE-9858.patch
>
>
> Cell level visibility should have an integration test and LoadTestTool 
> support.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to