Return-Path: X-Original-To: apmail-helix-commits-archive@minotaur.apache.org Delivered-To: apmail-helix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF735DE69 for ; Thu, 29 Nov 2012 19:09:44 +0000 (UTC) Received: (qmail 34604 invoked by uid 500); 29 Nov 2012 19:09:44 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 34563 invoked by uid 500); 29 Nov 2012 19:09:44 -0000 Mailing-List: contact commits-help@helix.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@helix.incubator.apache.org Delivered-To: mailing list commits@helix.incubator.apache.org Received: (qmail 34551 invoked by uid 99); 29 Nov 2012 19:09:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 19:09:44 +0000 X-ASF-Spam-Status: No, hits=-2000.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 29 Nov 2012 19:09:42 +0000 Received: (qmail 32724 invoked by uid 99); 29 Nov 2012 19:09:20 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 19:09:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 42131813621; Thu, 29 Nov 2012 19:09:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kishoreg@apache.org To: commits@helix.incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: Fixing documentation format Message-Id: <20121129190920.42131813621@tyr.zones.apache.org> Date: Thu, 29 Nov 2012 19:09:20 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 7d478437d -> 4b0688333 Fixing documentation format Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/4b068833 Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/4b068833 Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/4b068833 Branch: refs/heads/master Commit: 4b06883335ad78f2bdfde6c2554a7c2ca2a7a52f Parents: bc99f1b Author: Kishore Gopalakrishna Authored: Thu Nov 29 11:09:05 2012 -0800 Committer: Kishore Gopalakrishna Committed: Thu Nov 29 11:09:05 2012 -0800 ---------------------------------------------------------------------- src/site/markdown/ApiUsage.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/4b068833/src/site/markdown/ApiUsage.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/ApiUsage.md b/src/site/markdown/ApiUsage.md index dacdb15..04b8501 100644 --- a/src/site/markdown/ApiUsage.md +++ b/src/site/markdown/ApiUsage.md @@ -224,7 +224,7 @@ Enable/disable a partition * AUTO_REBALANCE mode: Partition to Node assignment is generated dynamically by cluster manager based on the nodes that are currently up and running - ``` +``` setupTool.addResourceToCluster(clusterName, resourceName, partitionNumber, "MasterSlave", "AUTO_REBALANCE") setupTool.rebalanceStorageCluster(clusterName, resourceName, replicas) ```