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

Andrew Purtell commented on HBASE-9858:
---------------------------------------

In my opinion, it's ok to add command line switches to LTT for new schema 
features/settings or modes of operation. However, when we get down into the 
details of how cells should be constructed, and what tags to use, and such, it 
gets ugly fast. I think the existing command line flag for adding tags should 
be removed actually. 

Let's consider a new command line option that specifies a class to use for 
value generation. The parameter can be a colon delimited one, like -read and 
-write. The first element would be the name of the class and all remaining 
elements, if present, would be passed as String[] to the class to initialize 
it, e.g. {{-generator 
org.apache.hadoop.hbase.security.visibility.LoadTestDataGenerator}}. 

> 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