[
https://issues.apache.org/jira/browse/HBASE-11742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14096832#comment-14096832
]
Matteo Bertozzi commented on HBASE-11742:
-----------------------------------------
By applying the patch on 0.98 I get a param problem on the InputFormat
constructor, which seems to be related to HBASE-11137
{code}
mapred/TableSnapshotInputFormat.java:[60,22] error: no suitable constructor
found for InputSplit(String,List<String>)
mapreduce/TableSnapshotInputFormat.java:[113,22] error: no suitable constructor
found for InputSplit(String,List<String>)
{code}
HBASE-11185 must be applied too.
and HBASE-11326 is a nice to have.
other then that looks ok to me, I'll take another look and play with it a later
> Backport HBASE-7987 to 0.98
> ---------------------------
>
> Key: HBASE-11742
> URL: https://issues.apache.org/jira/browse/HBASE-11742
> Project: HBase
> Issue Type: Improvement
> Components: mapreduce, snapshots
> Affects Versions: 0.98.5
> Reporter: Esteban Gutierrez
> Assignee: Esteban Gutierrez
> Attachments: HBASE-11742.v0.patch
>
>
> HBASE-7987 improves how snapshots are handled via a manifest file. This
> requires reverting HBASE-11360 since introduces an alternate functionality
> that is not compatible with HBASE-7987.
--
This message was sent by Atlassian JIRA
(v6.2#6252)