diff --git a/src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java b/src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java index cf4768fe8e4..ab8b74e2e05 100644 --- a/src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java +++ b/src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java @@ -65,9 +65,9 @@ import org.apache.hadoop.io.compress.Decompressor; * File format for hbase. * A file of sorted key/value pairs. Both keys and values are byte arrays. *

- * The memory footprint of a HFile includes the following (below is taken from + * The memory footprint of a HFile includes the following (below is taken from the * Hadoop-3315 tfile + * href=https://issues.apache.org/jira/browse/HADOOP-3315>TFile documentation * but applies also to HFile): *

* * For more on the background behind HFile, see HBASE-61. + * href=https://issues.apache.org/jira/browse/HBASE-61>HBASE-61. *

* File is made of data blocks followed by meta data blocks (if any), a fileinfo * block, data block index, meta data block index, and a fixed size trailer