Repository: kudu Updated Branches: refs/heads/branch-0.10.x 4bf45360b -> b9db4a4a6
Link to new range partitioning features blog post from release notes Change-Id: I53116c0c33c00acef8474a14c983822b79388a24 Reviewed-on: http://gerrit.cloudera.org:8080/4086 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> (cherry picked from commit 157ff14d85083906e7475378a54c5dd78f19127e) Reviewed-on: http://gerrit.cloudera.org:8080/4087 Tested-by: Todd Lipcon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/b9db4a4a Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/b9db4a4a Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/b9db4a4a Branch: refs/heads/branch-0.10.x Commit: b9db4a4a66cc94a8d182d6b55ae21239c0111632 Parents: 4bf4536 Author: Dan Burkert <[email protected]> Authored: Mon Aug 22 18:49:31 2016 -0700 Committer: Todd Lipcon <[email protected]> Committed: Tue Aug 23 05:51:50 2016 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/b9db4a4a/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 6465cb4..32a787b 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -117,7 +117,9 @@ To upgrade to Kudu 0.10.0, see <<rn_0.10.0_upgrade>>. may be efficiently dropped if the application does not need to retain historical data past a certain point. -// TODO(dan) can we link to the docs once they're committed? + This feature is considered experimental for the 0.10 release. More details of + the new feature can be found in the accompanying + link:https://kudu.apache.org/2016/08/23/new-range-partitioning-features.html[blog post]. - Support for running Kudu clusters with multiple masters has been stabilized. Users may start a cluster with three or five masters to provide fault tolerance
