HBASE-15834 Correct Bloom filter documentation in section 96.4 of Reference 
Guide


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

Branch: refs/heads/HBASE-14850
Commit: 98fa263b514cc12a418751e889cb58791a5fdb04
Parents: 2c22e20
Author: Jerry He <jerry...@apache.org>
Authored: Tue May 17 14:39:05 2016 -0700
Committer: Jerry He <jerry...@apache.org>
Committed: Tue May 17 14:39:05 2016 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/performance.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/98fa263b/src/main/asciidoc/_chapters/performance.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/performance.adoc 
b/src/main/asciidoc/_chapters/performance.adoc
index efb6ace..a0c00ae 100644
--- a/src/main/asciidoc/_chapters/performance.adoc
+++ b/src/main/asciidoc/_chapters/performance.adoc
@@ -338,7 +338,7 @@ HBase includes some tuning mechanisms for folding the Bloom 
filter to reduce the
 
 Bloom filters were introduced in 
link:https://issues.apache.org/jira/browse/HBASE-1200[HBASE-1200].
 Since HBase 0.96, row-based Bloom filters are enabled by default.
-(link:https://issues.apache.org/jira/browse/HBASE-8450[HBASE-])
+(link:https://issues.apache.org/jira/browse/HBASE-8450[HBASE-8450])
 
 For more information on Bloom filters in relation to HBase, see <<blooms>> for 
more information, or the following Quora discussion: 
link:http://www.quora.com/How-are-bloom-filters-used-in-HBase[How are bloom 
filters used in HBase?].
 

Reply via email to