Updating documenation and how to generate it.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/af543608 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/af543608 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/af543608 Branch: refs/heads/apache-blur-0.2 Commit: af5436085a4c3450b6168524f20b972800d38b74 Parents: 692d477 Author: Aaron McCurry <[email protected]> Authored: Thu Oct 31 15:02:29 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Thu Oct 31 15:02:29 2013 -0400 ---------------------------------------------------------------------- docs/cluster-setup.base.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/af543608/docs/cluster-setup.base.html ---------------------------------------------------------------------- diff --git a/docs/cluster-setup.base.html b/docs/cluster-setup.base.html index 4672326..6e53cde 100644 --- a/docs/cluster-setup.base.html +++ b/docs/cluster-setup.base.html @@ -123,8 +123,12 @@ blur.cluster.name=default # the table descriptor will be required for all tables. blur.cluster.default.table.uri=hdfs://namenode/blur/tables</code> -</pre> - </p> +</pre></p> + <h4>Default Properties</h4> + <table class="table-bordered table-striped table-condensed"> + <tr><td>Property</td><td>Description</td></tr> +|||General-Server-Properties||| + </table> <h3 id="general-hadoop">Hadoop</h3> <p> The current version of Blur has Hadoop 1.2.1 embedded in the "apache-blur-*/lib/hadoop-1.2.1" path. However if @@ -145,7 +149,7 @@ export HADOOP_HOME=<path to your Hadoop install directory></code> <p> These are the default settings for the shard server that can be overridden in the blur-site.properties file. Consider increasing the various thread pool counts (*.thread.count). The blur.controller.server.remote.thread.count is very important to increase for larger clusters, basically one thread is used per shard server per query. Some production clusters have set this thread pool to 2000 or more threads. </p> -<h4>Properties</h4> +<h4>Default Properties</h4> <table class="table-bordered table-striped table-condensed"> <tr><td>Property</td><td>Description</td></tr> |||Controller-Server-Properties||| @@ -192,7 +196,7 @@ Swap can kill java perform, you may want to consider disabling swap.</div> These are the default settings for the shard server that can be overridden in the blur-site.properties file. Consider increasing the various thread pool counts (*.thread.count). Also the blur.max.clause.count sets the BooleanQuery max clause count for Lucene queries. </p> - <h4>Properties</h4> + <h4>Default Properties</h4> <table class="table-bordered table-striped table-condensed"> <tr><td>Property</td><td>Description</td></tr> |||Shard-Server-Properties|||
