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

Enis Soztutar commented on HBASE-10076:
---------------------------------------

Looks all the pieces are here :) 
- remove  System.out.println("In restore!");
- we should remove the scanMetrics from ClientScanner from the original patch:
{code}
 - protected ScanMetrics scanMetrics = null;
{code}
- Any interest in bringing in the new test TestCellUtil. testOverlappingKeys() 
? Not needed that much, just checking
- It would be good to have IntegrationTestTableSnapshotInputFormat in the same 
package (mapreduce) 
- Not sure about the chang in TableInputFormatBase. Is this needed? Let's leave 
this out otherwise. 
- In the original patch, TableMapReduceUtil. initTableMapperJob() now accepts 
an initCredentials param, because we do not want to get tokens from HBase at 
all. Otherwise, if hbase is used with security, offline clusters won't work. 


> Backport MapReduce over snapshot files [0.94]
> ---------------------------------------------
>
>                 Key: HBASE-10076
>                 URL: https://issues.apache.org/jira/browse/HBASE-10076
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Jesse Yates
>             Fix For: 0.94.15
>
>         Attachments: hbase-10076-v0.patch
>
>
> MapReduce over Snapshots would be valuable on 0.94.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to