[docs] Cleanup beta mentions, links Change-Id: I56fa65be9d027f5b40628aa5db5f9e4a57c1fbc9 Reviewed-on: http://gerrit.cloudera.org:8080/4565 Reviewed-by: David Ribeiro Alves <[email protected]> Tested-by: Kudu Jenkins
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/fcbfa90e Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/fcbfa90e Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/fcbfa90e Branch: refs/heads/master Commit: fcbfa90e4a594c473901297a47dfa2d01f1229e1 Parents: 9a3ea4c Author: Jean-Daniel Cryans <[email protected]> Authored: Thu Sep 29 12:50:48 2016 -0700 Committer: Jean-Daniel Cryans <[email protected]> Committed: Thu Sep 29 21:22:23 2016 +0000 ---------------------------------------------------------------------- docs/administration.adoc | 4 ++-- docs/configuration.adoc | 6 +++--- docs/index.adoc | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/fcbfa90e/docs/administration.adoc ---------------------------------------------------------------------- diff --git a/docs/administration.adoc b/docs/administration.adoc index 01b6afa..58af84d 100644 --- a/docs/administration.adoc +++ b/docs/administration.adoc @@ -28,9 +28,9 @@ :sectlinks: :experimental: -NOTE: Kudu is easier to manage with link:http://www.cloudera.com/content/cloudera/en/products-and-services/cloudera-enterprise/cloudera-manager.htm[Cloudera Manager] +NOTE: Kudu is easier to manage with link:http://www.cloudera.com/content/www/en-us/products/cloudera-manager.html[Cloudera Manager] than in a standalone installation. See Cloudera's -link:http://www.cloudera.com/content/cloudera/en/downloads/betas/kudu/0-5-0.html[Kudu documentation] +link:http://www.cloudera.com/content/www/en-us/documentation/betas/kudu/latest/topics/kudu_installation.html[Kudu documentation] for more details about using Kudu with Cloudera Manager. == Starting and Stopping Kudu Processes http://git-wip-us.apache.org/repos/asf/kudu/blob/fcbfa90e/docs/configuration.adoc ---------------------------------------------------------------------- diff --git a/docs/configuration.adoc b/docs/configuration.adoc index aa1a212..897c9aa 100644 --- a/docs/configuration.adoc +++ b/docs/configuration.adoc @@ -30,7 +30,7 @@ NOTE: Kudu is easier to configure with link:http://www.cloudera.com/content/www/en-us/products/cloudera-manager.html[Cloudera Manager] than in a standalone installation. See Cloudera's -link:http://www.cloudera.com/content/www/en-us/documentation/betas/kudu/0-5-0/topics/kudu_installation.html[Kudu documentation] +link:http://www.cloudera.com/content/www/en-us/documentation/betas/kudu/latest/topics/kudu_installation.html[Kudu documentation] for more details about using Kudu with Cloudera Manager. == Configure Kudu @@ -69,8 +69,8 @@ $ kudu-master --help |=== | Flag | Valid Options | Default | Description -// TODO commented out for the beta|--master_addresses | string | localhost | Comma-separated list of all the RPC -// addresses for Master quorum. If not specified, assumes a standalone Master. +|--master_addresses | string | localhost | Comma-separated list of all the RPC +addresses for Master consensus-configuration. If not specified, assumes a standalone Master. |--fs_data_dirs | string | | Comma-separated list of directories where the Master will place its data blocks. |--fs_wal_dir | string | | The directory where the Master will http://git-wip-us.apache.org/repos/asf/kudu/blob/fcbfa90e/docs/index.adoc ---------------------------------------------------------------------- diff --git a/docs/index.adoc b/docs/index.adoc index 2f4bab0..562bad6 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -200,8 +200,6 @@ to allow for both leaders and followers for both the masters and tablet servers. addition, a tablet server can be a leader for some tablets, and a follower for others. Leaders are shown in gold, while followers are shown in blue. -NOTE: Multiple masters are not supported during the Kudu beta period. - image::kudu-architecture-2.png[Kudu Architecture, 800] [[kudu_use_cases]]
