Repository: hbase Updated Branches: refs/heads/master 632301f52 -> 6764275ff
HBASE-11340 Remove references to xcievers in documentation (Dima Spivak) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6764275f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6764275f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6764275f Branch: refs/heads/master Commit: 6764275ff032a726e2acd3f621ae6af5fa95a79d Parents: 632301f Author: Michael Stack <[email protected]> Authored: Fri Jun 13 10:12:01 2014 -0700 Committer: Michael Stack <[email protected]> Committed: Fri Jun 13 10:12:08 2014 -0700 ---------------------------------------------------------------------- src/main/docbkx/case_studies.xml | 8 ++++---- src/main/docbkx/configuration.xml | 35 ++++++++++++++++---------------- src/main/docbkx/troubleshooting.xml | 5 +++-- 3 files changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/6764275f/src/main/docbkx/case_studies.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/case_studies.xml b/src/main/docbkx/case_studies.xml index 262f0ee..7824c7d 100644 --- a/src/main/docbkx/case_studies.xml +++ b/src/main/docbkx/case_studies.xml @@ -223,10 +223,10 @@ Link detected: yes </section> <section - xml:id="casestudies.xceivers"> - <title>Case Study #4 (xcievers Config)</title> - <para> Case study of configuring <code>xceivers</code>, and diagnosing errors from - mis-configurations. <link + xml:id="casestudies.max.transfer.threads"> + <title>Case Study #4 (max.transfer.threads Config)</title> + <para> Case study of configuring <code>max.transfer.threads</code> (previously known as + <code>xcievers</code>) and diagnosing errors from misconfigurations. <link xlink:href="http://www.larsgeorge.com/2012/03/hadoop-hbase-and-xceivers.html">http://www.larsgeorge.com/2012/03/hadoop-hbase-and-xceivers.html</link> </para> <para> See also <xref http://git-wip-us.apache.org/repos/asf/hbase/blob/6764275f/src/main/docbkx/configuration.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/configuration.xml b/src/main/docbkx/configuration.xml index 5f75d28..1777b8d 100644 --- a/src/main/docbkx/configuration.xml +++ b/src/main/docbkx/configuration.xml @@ -501,14 +501,14 @@ Index: pom.xml <section xml:id="dfs.datanode.max.transfer.threads"> <title><varname>dfs.datanode.max.transfer.threads</varname><indexterm> - <primary>xcievers</primary> + <primary>dfs.datanode.max.transfer.threads</primary> </indexterm></title> - <para>An Hadoop HDFS datanode has an upper bound on the number of files that it will serve - at any one time. The upper bound parameter is called <varname>xcievers</varname> (yes, - this is misspelled). Again, before doing any loading, make sure you have configured - Hadoop's <filename>conf/hdfs-site.xml</filename> setting the <varname>xceivers</varname> - value to at least the following:</para> + <para>An HDFS datanode has an upper bound on the number of files that it will serve + at any one time. Before doing any loading, make sure you have configured + Hadoop's <filename>conf/hdfs-site.xml</filename>, setting the + <varname>dfs.datanode.max.transfer.threads</varname> value to at least the following: + </para> <programlisting><