[
https://issues.apache.org/jira/browse/MAPREDUCE-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125051#comment-13125051
]
Hadoop QA commented on MAPREDUCE-3086:
--------------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12498597/MAPREDUCE-3086.v1.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 8 new or modified tests.
-1 patch. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/987//console
This message is automatically generated.
> Supporting range scan using TFile, TotalOrderPartitioner and partition index
> ----------------------------------------------------------------------------
>
> Key: MAPREDUCE-3086
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3086
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Affects Versions: 0.20.205.0
> Reporter: Binglin Chang
> Assignee: Binglin Chang
> Attachments: MAPREDUCE-3086.v1.patch
>
>
> Hive/HBase already has similar or more powerful functionality, but using
> hive/hbase is overkill or inconvenient for some cases, so add some
> lightweight utility classes to only support range scan should be reasonable.
> The utility classes include:
> # InputFormat supporting range scan: Indexed(Text|Binary)InputFormat
> The input directory for IndexInputFormat should contain one partition index
> and many tfiles, each tfile store a certain range of keys, not overlapping
> with other tfiles, the boundaries are stored in partition index.
> Add 4 jobconfs: mapred.indexed(text|binary)inputformat.key.(start|end),
> indicate range scan parameters.
> For a mapreduce job using IndexedInputFormat, IndexedInputFormat.getSplits
> filter out tfiles which are not in the scan range using partition index
> IndexedInputFormat do not support multi directory & splitting in single
> file, these can be added in future.
> # Tool to convert data of other format into IndexedInputForamt:
> TotalOrderIndexBuilder
> If the input data is already total order partitioned and is tfile format,
> just add partition index to input directory
> Or run InputSampler to generate partiton index, then run mapreduce job with
> TotalOrder partitioner to generate tfile backed data, finally move partition
> index to output directory.
> # Client tool to scan/search indexed data directory
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira