You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by jd...@apache.org on 2018/01/04 17:02:37 UTC

kudu git commit: docs: fix tablet moving in 1.5.0 release notes

Repository: kudu
Updated Branches:
  refs/heads/master 3c0f80b9e -> cc236542e


docs: fix tablet moving in 1.5.0 release notes

Release notes said the new command to move replicas between
TServers was "kudu tablet move" which is not correct. The actual
command is "kudu tablet change_config move_replica"

Change-Id: I26dbefeb5f8b19b6eef823caeb5d255a3c6523f5
Reviewed-on: http://gerrit.cloudera.org:8080/8939
Tested-by: Kudu Jenkins
Reviewed-by: Jean-Daniel Cryans <jd...@apache.org>


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

Branch: refs/heads/master
Commit: cc236542e1df53b31659d1e8f98cde8b2428c63c
Parents: 3c0f80b
Author: Attila Bukor <ab...@cloudera.com>
Authored: Thu Jan 4 16:39:56 2018 +0100
Committer: Jean-Daniel Cryans <jd...@apache.org>
Committed: Thu Jan 4 16:57:51 2018 +0000

----------------------------------------------------------------------
 docs/prior_release_notes.adoc | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/cc236542/docs/prior_release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/prior_release_notes.adoc b/docs/prior_release_notes.adoc
index 7a9aff4..6c08611 100644
--- a/docs/prior_release_notes.adoc
+++ b/docs/prior_release_notes.adoc
@@ -91,12 +91,13 @@ for a list of known issues and limitations.
   as whether RPC authentication is required, or web server HTTPS encryption is
   enabled. Other types of configuration will be added in future releases.
 
-* The `kudu` command line tool has two new features: `kudu tablet move` and
-  `kudu local_replica data_size`. The 'tablet move' tool moves a tablet replica
-  from one tablet server to another, under the condition that the tablet is
-  healthy. An operator can use this tool to rebalance tablet replicas between
-  tablet servers. The 'local replica data size' tool summarizes the space usage
-  of a tablet, breaking it down by type of file, column, and rowset.
+* The `kudu` command line tool has two new features: `kudu tablet change_config
+  move_replica` and `kudu local_replica data_size`. The 'tablet change_config
+  move_replica' tool moves a tablet replica from one tablet server to another,
+  under the condition that the tablet is healthy. An operator can use this tool to
+  rebalance tablet replicas between tablet servers. The 'local_replica data size'
+  tool summarizes the space usage of a tablet, breaking it down by type of file,
+  column, and rowset.
 
 * kudu-client-tools now supports exporting CSV files and importing
   Apache Parquet files. This feature is unstable and may change APIs and