From 4d3d22e521fa71fa2eda42cb015ca870a63cce37 Mon Sep 17 00:00:00 2001 From: Todd Lipcon Date: Fri, 28 May 2010 18:22:27 +0000 Subject: [PATCH] HBASE-2621. Fix bad link to HFile documentation in javadoc Contributed by Jeff Hammerbacher git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949251 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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