Repository: hbase
Updated Branches:
  refs/heads/0.98 4ee443950 -> 7973a6a20


HBASE-11545 mapred.TableSnapshotInputFormat is missing InterfaceAudience 
annotation


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7973a6a2
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7973a6a2
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7973a6a2

Branch: refs/heads/0.98
Commit: 7973a6a2050c6155bef4053be8efd488efcc5cb5
Parents: 4ee4439
Author: Nick Dimiduk <[email protected]>
Authored: Fri Jul 18 15:44:47 2014 -0700
Committer: Nick Dimiduk <[email protected]>
Committed: Mon Jul 21 08:37:42 2014 -0700

----------------------------------------------------------------------
 .../hadoop/hbase/mapred/TableSnapshotInputFormat.java     | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7973a6a2/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java
index cd1df37..8789c05 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java
@@ -17,6 +17,8 @@
  */
 package org.apache.hadoop.hbase.mapred;
 
+import org.apache.hadoop.classification.InterfaceAudience;
+import org.apache.hadoop.classification.InterfaceStability;
 import org.apache.hadoop.fs.Path;
 import org.apache.hadoop.hbase.client.Result;
 import org.apache.hadoop.hbase.io.ImmutableBytesWritable;
@@ -32,6 +34,14 @@ import java.io.DataOutput;
 import java.io.IOException;
 import java.util.List;
 
+/**
+ * TableSnapshotInputFormat allows a MapReduce job to run over a table 
snapshot. Further
+ * documentation available on {@link 
org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat}.
+ *
+ * @see org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat
+ */
[email protected]
[email protected]
 public class TableSnapshotInputFormat implements 
InputFormat<ImmutableBytesWritable, Result> {
 
   static class TableSnapshotRegionSplit implements InputSplit {

Reply via email to