From 061de7f8140db5cadc8f492da0d3ac394bd2b316 Mon Sep 17 00:00:00 2001 From: chenheng Date: Thu, 12 May 2016 13:32:59 +0800 Subject: [PATCH] HBASE-15804 Some links in documentation are 404 --- src/main/asciidoc/_chapters/security.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc index 0d1407a..bf91f49 100644 --- a/src/main/asciidoc/_chapters/security.adoc +++ b/src/main/asciidoc/_chapters/security.adoc @@ -73,7 +73,7 @@ If you know how to fix this without opening a second port for HTTPS, patches are == Secure Client Access to Apache HBase Newer releases of Apache HBase (>= 0.92) support optional SASL authentication of clients. -See also Matteo Bertozzi's article on link:http://www.cloudera.com/blog/2012/09/understanding-user-authentication-and-authorization-in-apache-hbase/[Understanding User Authentication and Authorization in Apache HBase]. +See also Matteo Bertozzi's article on link:http://blog.cloudera.com/blog/2012/09/understanding-user-authentication-and-authorization-in-apache-hbase/[Understanding User Authentication and Authorization in Apache HBase]. This describes how to set up Apache HBase and clients for connection to secure HBase resources. @@ -398,7 +398,7 @@ Substitute the keytab for HTTP for _$KEYTAB_. == Simple User Access to Apache HBase Newer releases of Apache HBase (>= 0.92) support optional SASL authentication of clients. -See also Matteo Bertozzi's article on link:http://www.cloudera.com/blog/2012/09/understanding-user-authentication-and-authorization-in-apache-hbase/[Understanding User Authentication and Authorization in Apache HBase]. +See also Matteo Bertozzi's article on link:http://blog.cloudera.com/blog/2012/09/understanding-user-authentication-and-authorization-in-apache-hbase/[Understanding User Authentication and Authorization in Apache HBase]. This describes how to set up Apache HBase and clients for simple user access to HBase resources. -- 1.9.3 (Apple Git-50)