[
https://issues.apache.org/jira/browse/HBASE-9846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13857614#comment-13857614
]
Andrew Purtell commented on HBASE-9846:
---------------------------------------
See my comment on the related issue for visibility labels. I think we should be
plugging in data generator classes specified on the command line instead of
hacking the tool with lots of special case CLI options.
As far as running under different users, you have to open the HTable in the
wanted security context not just switch to it for operations on an HTable
opened by a different subject earlier. To keep things simple what about
launching multiple tools in threads started with doAs to set the desired
security context ahead of its initialization. With the -skip_init option a
LoadTestTool instance will start up against an existing table without taking
any admin actions.
> Integration test and LoadTestTool support for cell ACLs
> -------------------------------------------------------
>
> Key: HBASE-9846
> URL: https://issues.apache.org/jira/browse/HBASE-9846
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 0.98.0
> Reporter: Andrew Purtell
> Assignee: ramkrishna.s.vasudevan
> Fix For: 0.98.0
>
>
> Cell level ACLs should have an integration test and LoadTestTool support.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)