[
https://issues.apache.org/jira/browse/HBASE-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Duxbury updated HBASE-481:
--------------------------------
Description:
TestTableIndex and TestTableMapReduce rely on MakeMultiRegionTable, which in
turn calls addContent in HBaseTestCase. This method produces 17k rows in the
table, and something like 10 regions. That's a lot more than we actually need
to prove the functionality of TTI and TTMR.
Can we reduce the number of rows that we use by shortening the run of
addContent? Is there any risk in changing addContent globally to produce less
data?
> Use smaller dataset in TestTableIndex and TestTableMapReduce
> ------------------------------------------------------------
>
> Key: HBASE-481
> URL: https://issues.apache.org/jira/browse/HBASE-481
> Project: Hadoop HBase
> Issue Type: Sub-task
> Reporter: Bryan Duxbury
>
> TestTableIndex and TestTableMapReduce rely on MakeMultiRegionTable, which in
> turn calls addContent in HBaseTestCase. This method produces 17k rows in the
> table, and something like 10 regions. That's a lot more than we actually need
> to prove the functionality of TTI and TTMR.
> Can we reduce the number of rows that we use by shortening the run of
> addContent? Is there any risk in changing addContent globally to produce less
> data?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.