Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A89BE200B95 for ; Tue, 13 Sep 2016 02:28:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A71B0160AB8; Tue, 13 Sep 2016 00:28:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CB334160AD6 for ; Tue, 13 Sep 2016 02:28:03 +0200 (CEST) Received: (qmail 80765 invoked by uid 500); 13 Sep 2016 00:28:03 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 80725 invoked by uid 99); 13 Sep 2016 00:28:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2016 00:28:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6747E0230; Tue, 13 Sep 2016 00:28:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mpercy@apache.org To: commits@kudu.apache.org Date: Tue, 13 Sep 2016 00:28:02 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] kudu git commit: release_notes: improve explanation of repartitioning limitation archived-at: Tue, 13 Sep 2016 00:28:04 -0000 Repository: kudu Updated Branches: refs/heads/master c32db686f -> 2628ec0d7 release_notes: improve explanation of repartitioning limitation Change-Id: I4dfd040ae18d439eedfce44e26b763723f9068e4 Reviewed-on: http://gerrit.cloudera.org:8080/4387 Reviewed-by: Will Berkeley Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/9e37db17 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/9e37db17 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/9e37db17 Branch: refs/heads/master Commit: 9e37db1772dea3dfb86aac45de69fd3a5a424034 Parents: c32db68 Author: Todd Lipcon Authored: Mon Sep 12 14:50:55 2016 -0700 Committer: David Ribeiro Alves Committed: Mon Sep 12 22:43:36 2016 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/9e37db17/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 2308ffa..a2d862d 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -159,8 +159,9 @@ space immediately. or dropped after a table has been created. See link:schema_design.html[Schema Design] for more information. -* Tablets cannot currently be merged. Instead, create a new table with the contents - of the old tables to be merged. +* Data in existing tables cannot currently be automatically repartitioned. As a workaround, + create a new table with the new partitioning and insert the contents of the old + table. === Replication and Backup Limitations * Kudu does not currently include any built-in features for backup and restore.