[
https://issues.apache.org/jira/browse/HBASE-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724992#action_12724992
]
Lars George commented on HBASE-1385:
------------------------------------
Stack, for the TestTimeRangeMapRed to pass the line
{code}
scan.setMaxVersions();
{code}
has to be set! Otherwise it fails because the test has one row with one column
that has many versions. The scan will not *see* the 5 versions the unit test
changes. For reference
{code}
for (KeyValue kv : result.sorted()) {
tsList.add(kv.getTimestamp());
}
{code}
So add it again? I mean we have to do something about it.
> Revamp TableInputFormat, needs updating to match hadoop 0.20.x AND remove bit
> where we can make < maps than regions
> -------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-1385
> URL: https://issues.apache.org/jira/browse/HBASE-1385
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.21.0
>
> Attachments: 1385-v4.patch, 1385-v5.patch, 1385.patch, mr.patch
>
>
> Update TIF to match new MR.
> Remove the bit of logic where we will use number of configured maps as splits
> count rather than regions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.