[ 
https://issues.apache.org/jira/browse/HBASE-13356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604044#comment-14604044
 ] 

Hudson commented on HBASE-13356:
--------------------------------

FAILURE: Integrated in HBase-0.98 #1042 (See 
[https://builds.apache.org/job/HBase-0.98/1042/])
Amend HBASE-13356 HBase should provide an InputFormat supporting multiple scans 
in mapreduce jobs over snapshots (Andrew Mains) (apurtell: rev 
cfb4827326b6743cb732b92580152bcf46647b2c)
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/ConfigurationUtil.java


> HBase should provide an InputFormat supporting multiple scans in mapreduce 
> jobs over snapshots
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-13356
>                 URL: https://issues.apache.org/jira/browse/HBASE-13356
>             Project: HBase
>          Issue Type: New Feature
>          Components: mapreduce
>            Reporter: Andrew Mains
>            Assignee: Andrew Mains
>            Priority: Minor
>             Fix For: 2.0.0, 0.98.14, 1.2.0
>
>         Attachments: HBASE-13356-0.98-addendum-hadoop-1.patch, 
> HBASE-13356-0.98.patch, HBASE-13356-branch-1.patch, HBASE-13356.2.patch, 
> HBASE-13356.3.patch, HBASE-13356.4.patch, HBASE-13356.patch
>
>
> Currently, HBase supports the pushing of multiple scans to mapreduce jobs 
> over live tables (via MultiTableInputFormat) but only supports a single scan 
> for mapreduce jobs over table snapshots. It would be handy to support 
> multiple scans over snapshots as well, probably through another input format 
> (MultiTableSnapshotInputFormat?). To mimic the functionality present in 
> MultiTableInputFormat, the new input format would likely have to take in the 
> names of all snapshots used in addition to the scans.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to