You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2018/04/30 19:37:00 UTC

[jira] [Commented] (HBASE-20505) PE should support multi column family read and write cases

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

Andrew Purtell commented on HBASE-20505:
----------------------------------------

Initial patch. Support the new option for all test types. Specifying multiple families is not useful for checkAndXXX tests so always only utilize the first column family for those. For all other tests, assumption is specification of multiple CFs is a request to raise the work factor accordingly. 

> PE should support multi column family read and write cases
> ----------------------------------------------------------
>
>                 Key: HBASE-20505
>                 URL: https://issues.apache.org/jira/browse/HBASE-20505
>             Project: HBase
>          Issue Type: Test
>            Reporter: Andrew Purtell
>            Priority: Minor
>             Fix For: 3.0.0, 2.1.0, 1.5.0
>
>         Attachments: HBASE-20505.patch
>
>
> PerformanceEvaluation has a --columns parameter but this adjusts the number of distinct column qualifiers to write (and, with --addColumns, to add to the scan), not the number of column families. 
> We need something like a new --families parameter that will increase the number of column families defined in the test table schema, written to, and included in gets and scans. Default is 1, current behavior.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)