You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/01/06 19:51:25 UTC

[1/2] trafodion git commit: [TRAFODION-2868] bug of hbase option TTL

Repository: trafodion
Updated Branches:
  refs/heads/master 54581ad1e -> 8e332e52a


[TRAFODION-2868] bug of hbase option TTL

-1 no longer denotes FOREVER in HBase. Please see JIRA for an explanation.


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/f67d7f73
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/f67d7f73
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/f67d7f73

Branch: refs/heads/master
Commit: f67d7f73fa50ac238b34581e69b3109c3af51c11
Parents: 33325b6
Author: Suresh Subbiah <su...@apache.org>
Authored: Fri Jan 5 21:01:11 2018 +0000
Committer: Suresh Subbiah <su...@apache.org>
Committed: Fri Jan 5 21:01:11 2018 +0000

----------------------------------------------------------------------
 docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/f67d7f73/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
----------------------------------------------------------------------
diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
index 2f1f2d9..33afd5e 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
@@ -1540,7 +1540,8 @@ IncreasingToUpperBoundRegionSplitPolicy' \| +
 KeyPrefixRegionSplitPolicy'
 |'org.apache.hadoop.hbase.regionserver. +
 IncreasingToUpperBoundRegionSplitPolicy'                                                      
-| TTL                    | '-1' (forever) \| '_positive-integer_'                                     | '-1'
+| TTL                    | '_positive-integer_', which should be less than equal to 2147483447.
+                      | '2147483647' (forever)
 |===
 
 * `SALT LIKE TABLE`
@@ -2807,7 +2808,8 @@ IncreasingToUpperBoundRegionSplitPolicy' \| +
 KeyPrefixRegionSplitPolicy'
 |'org.apache.hadoop.hbase.regionserver. +
 IncreasingToUpperBoundRegionSplitPolicy'                                                      
-| TTL                    | '-1' (forever) \| '_positive-integer_'                                     | '-1'
+| TTL                    | '_positive-integer_', which should be less than equal to 2147483447.
+                      | '2147483647' (forever)
 |===
 
 * `LOAD IF EXISTS`


[2/2] trafodion git commit: Merge [TRAFODION-2868] PR 1373 Fix HBASE TTL documentation description

Posted by db...@apache.org.
Merge [TRAFODION-2868] PR 1373 Fix HBASE TTL documentation description


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/8e332e52
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/8e332e52
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/8e332e52

Branch: refs/heads/master
Commit: 8e332e52a8fb28ce96ed609139e7afd7fadb8c03
Parents: 54581ad f67d7f7
Author: Dave Birdsall <db...@apache.org>
Authored: Sat Jan 6 19:50:24 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Sat Jan 6 19:50:24 2018 +0000

----------------------------------------------------------------------
 docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------