[
https://issues.apache.org/jira/browse/ACCUMULO-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781226#comment-13781226
]
ASF subversion and git services commented on ACCUMULO-391:
----------------------------------------------------------
Commit c8a858323b69d5ba73dc684e9b0033772dbf2119 in branch
refs/heads/ACCUMULO-391 from [~sonixbp]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=c8a8583 ]
The legacy mapred InputFormatBase now verifies (and fixes the scanner for) a
possible change in table name that could happen between the configuration of
the map/reduce job and the actual processing of the scanner for a specific
split. In that case, the most recent table name associated with the id is
always used for the scanner (though the table name that was expected during job
setup is still used in the RangeInputSplit). ACCUMULO-391
> Multi-table Accumulo input format
> ---------------------------------
>
> Key: ACCUMULO-391
> URL: https://issues.apache.org/jira/browse/ACCUMULO-391
> Project: Accumulo
> Issue Type: New Feature
> Reporter: John Vines
> Assignee: Corey J. Nolet
> Priority: Minor
> Labels: mapreduce,
> Fix For: 1.6.0
>
> Attachments: ACCUMULO-391.patch, multi-table-if.patch,
> new-multitable-if.patch
>
>
> Just realized we had no MR input method which supports multiple Tables for an
> input format. I would see it making the table the mapper's key and making the
> Key/Value a tuple, or alternatively have the Table/Key be the key tuple and
> stick with Values being the value.
--
This message was sent by Atlassian JIRA
(v6.1#6144)