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

Ted Yu commented on HBASE-17527:
--------------------------------

See if the following approach is acceptable:

* across IT classes, instead of calling conn.getAdmin(), call 
IntegrationTestingUtility#getAdmin()
* IntegrationTestingUtility#getAdmin() returns a wrapper which intercepts 
createTable() and depending on flag in conf adds corresponding column attribute

> Allow IntegrationTestBigLinkedList table to be in memory compacted
> ------------------------------------------------------------------
>
>                 Key: HBASE-17527
>                 URL: https://issues.apache.org/jira/browse/HBASE-17527
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>         Attachments: 17527.v1.txt, 17527.v2.txt
>
>
> Currently IntegrationTestBigLinkedList table doesn't support specification of 
> in memory compaction scheme.
> Historically, major features, such as MOB, have gone thru validation using 
> ITBLL with the option of turning on the feature.
> This JIRA is to add support for specifying different in memory compaction 
> policies.
> This is required before turning on in memory compaction by default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to