[
https://issues.apache.org/jira/browse/HBASE-17527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838258#comment-15838258
]
Ted Yu commented on HBASE-17527:
--------------------------------
IntegrationTestBase / HBaseAbstractTool runs on client node, possibly outside
the cluster.
They cannot utilize the hook(s) available in MasterObserver (such as
postCreateTable).
Currently table creation is scattered among the IT classes (e.g. thru call to
admin.createTable).
Maybe add a new method in IntegrationTestBase which would be called at the end
of table creation by various IT classes ?
> 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.
> This JIRA is to add support for specifying different in memory compaction
> policies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)