HBASE-11791 Update docs on visibility tags and ACLs, transparent encryption, secure bulk upload
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/38bc5360 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/38bc5360 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/38bc5360 Branch: refs/heads/master Commit: 38bc5360c598e632b9e901c34ba261be6eb43580 Parents: 989c626 Author: Misty Stanley-Jones <[email protected]> Authored: Thu Oct 2 09:21:57 2014 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Tue Oct 7 17:22:02 2014 +1000 ---------------------------------------------------------------------- src/main/docbkx/book.xml | 3 +- src/main/docbkx/security.xml | 2558 +++++++++++++++++++------------------ 2 files changed, 1324 insertions(+), 1237 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/38bc5360/src/main/docbkx/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index eea00d6..b2cf1dd 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -5425,6 +5425,7 @@ This option should not normally be used, and it is not in <code>-fixAll</code>. </section> </appendix> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendix_acl_matrix.xml" /> <appendix xml:id="compression"> @@ -5490,7 +5491,7 @@ This option should not normally be used, and it is not in <code>-fixAll</code>. </itemizedlist> - <itemizedlist> + <itemizedlist xml:id="data.block.encoding.types"> <title>Data Block Encoding Types</title> <listitem> <para>Prefix - Often, keys are very similar. Specifically, keys often share a common prefix
