You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2019/06/25 14:47:36 UTC

[kudu] branch master updated: [docs] Add docs for extra configuration properties

This is an automated email from the ASF dual-hosted git repository.

granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c3a622  [docs] Add docs for extra configuration properties
2c3a622 is described below

commit 2c3a6223872e742da58c1b410a2a28a0285034ff
Author: oclarms <oc...@gmail.com>
AuthorDate: Fri Jun 21 17:17:59 2019 +0800

    [docs] Add docs for extra configuration properties
    
    Change-Id: I7fe61efeafa9bd9d4cf62a378b6c4c7039bbcf6b
    Reviewed-on: http://gerrit.cloudera.org:8080/13704
    Reviewed-by: Andrew Wong <aw...@cloudera.com>
    Tested-by: Kudu Jenkins
---
 docs/configuration.adoc | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/configuration.adoc b/docs/configuration.adoc
index 77455fb..16f5630 100644
--- a/docs/configuration.adoc
+++ b/docs/configuration.adoc
@@ -139,6 +139,17 @@ do not read this flag.
 For the full list of flags for tablet servers, see the
 link:configuration_reference.html#kudu-tserver_supported[Kudu Tablet Server Configuration Reference].
 
+== Configure Kudu Tables
+Kudu allows certain configurations to be set per table. To configure the behavior of a Kudu table,
+you can set these configurations at table creation, or alter them via the Kudu API or Kudu command
+line tool.
+
+.Supported Configurable Properties for Kudu Tables
+|===
+| Configuration      | Valid Options     | Default     | Description
+
+| kudu.table.history_max_age_sec | integer | | Number of seconds to retain history for tablets in this table.
+|===
 
 == Next Steps
 - link:developing.html[Developing Applications With Kudu]