Repository: kudu Updated Branches: refs/heads/master 4adb27771 -> 157ff14d8
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]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/157ff14d Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/157ff14d Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/157ff14d Branch: refs/heads/master Commit: 157ff14d85083906e7475378a54c5dd78f19127e Parents: 4adb277 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:34 2016 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/157ff14d/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
