You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2015/02/19 06:16:52 UTC

[1/2] helix git commit: [HELIX-569] - Update docs to correctly pass rebalance mode during helix-admin.sh resource creation

Repository: helix
Updated Branches:
  refs/heads/master 80a4a13fd -> 1af7f5880


[HELIX-569] - Update docs to correctly pass rebalance mode during helix-admin.sh resource creation


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

Branch: refs/heads/master
Commit: 2525ecd8f37892201fc427450b85c342db55070c
Parents: 01222c4
Author: Adam McElwee <ad...@mcelwee.me>
Authored: Sun Feb 15 20:09:25 2015 -0600
Committer: Adam McElwee <ad...@mcelwee.me>
Committed: Sun Feb 15 20:09:25 2015 -0600

----------------------------------------------------------------------
 recipes/distributed-lock-manager/README.md                         | 2 +-
 website/0.6.1-incubating/src/site/markdown/recipes/lock_manager.md | 2 +-
 website/0.6.1-incubating/src/site/markdown/tutorial_admin.md       | 2 +-
 website/0.6.2-incubating/src/site/markdown/recipes/lock_manager.md | 2 +-
 website/0.6.3/src/site/markdown/recipes/lock_manager.md            | 2 +-
 website/0.6.4/src/site/markdown/recipes/lock_manager.md            | 2 +-
 website/0.7.0-incubating/src/site/markdown/recipes/lock_manager.md | 2 +-
 website/0.7.1/src/site/markdown/recipes/lock_manager.md            | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/2525ecd8/recipes/distributed-lock-manager/README.md
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/README.md b/recipes/distributed-lock-manager/README.md
index 4a8b99d..379bb1f 100644
--- a/recipes/distributed-lock-manager/README.md
+++ b/recipes/distributed-lock-manager/README.md
@@ -137,7 +137,7 @@ This provides more details on how to setup the cluster and where to plugin appli
 Create a lock group and specify the number of locks in the lock group. 
 
 ```
-./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline FULL_AUTO
+./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline --mode FULL_AUTO
 ```
 
 ##### Start the nodes

http://git-wip-us.apache.org/repos/asf/helix/blob/2525ecd8/website/0.6.1-incubating/src/site/markdown/recipes/lock_manager.md
----------------------------------------------------------------------
diff --git a/website/0.6.1-incubating/src/site/markdown/recipes/lock_manager.md b/website/0.6.1-incubating/src/site/markdown/recipes/lock_manager.md
index f088029..d9dcda2 100644
--- a/website/0.6.1-incubating/src/site/markdown/recipes/lock_manager.md
+++ b/website/0.6.1-incubating/src/site/markdown/recipes/lock_manager.md
@@ -138,7 +138,7 @@ This provides more details on how to setup the cluster and where to plugin appli
 Create a lock group and specify the number of locks in the lock group.
 
 ```
-./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline AUTO_REBALANCE
+./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline --mode AUTO_REBALANCE
 ```
 
 #### Start the Nodes

http://git-wip-us.apache.org/repos/asf/helix/blob/2525ecd8/website/0.6.1-incubating/src/site/markdown/tutorial_admin.md
----------------------------------------------------------------------
diff --git a/website/0.6.1-incubating/src/site/markdown/tutorial_admin.md b/website/0.6.1-incubating/src/site/markdown/tutorial_admin.md
index a06b868..712318e 100644
--- a/website/0.6.1-incubating/src/site/markdown/tutorial_admin.md
+++ b/website/0.6.1-incubating/src/site/markdown/tutorial_admin.md
@@ -65,7 +65,7 @@ Add a State model to a cluster
 Add a resource to a cluster
 
 ```
---addResource <clusterName> <resourceName> <partitionNum> <stateModelRef> <mode (AUTO_REBALANCE|AUTO|CUSTOMIZED)>
+--addResource <clusterName> <resourceName> <partitionNum> <stateModelRef> <--mode (AUTO_REBALANCE|AUTO|CUSTOMIZED)>
 ```
 
 Upload an IdealState (Partition to Node Mapping)

http://git-wip-us.apache.org/repos/asf/helix/blob/2525ecd8/website/0.6.2-incubating/src/site/markdown/recipes/lock_manager.md
----------------------------------------------------------------------
diff --git a/website/0.6.2-incubating/src/site/markdown/recipes/lock_manager.md b/website/0.6.2-incubating/src/site/markdown/recipes/lock_manager.md
index ae70004..a4dc77b 100644
--- a/website/0.6.2-incubating/src/site/markdown/recipes/lock_manager.md
+++ b/website/0.6.2-incubating/src/site/markdown/recipes/lock_manager.md
@@ -138,7 +138,7 @@ This provides more details on how to setup the cluster and where to plugin appli
 Create a lock group and specify the number of locks in the lock group.
 
 ```
-./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline AUTO_REBALANCE
+./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline --mode AUTO_REBALANCE
 ```
 
 #### Start the Nodes

http://git-wip-us.apache.org/repos/asf/helix/blob/2525ecd8/website/0.6.3/src/site/markdown/recipes/lock_manager.md
----------------------------------------------------------------------
diff --git a/website/0.6.3/src/site/markdown/recipes/lock_manager.md b/website/0.6.3/src/site/markdown/recipes/lock_manager.md
index 72b2d54..714c62a 100644
--- a/website/0.6.3/src/site/markdown/recipes/lock_manager.md
+++ b/website/0.6.3/src/site/markdown/recipes/lock_manager.md
@@ -138,7 +138,7 @@ This provides more details on how to setup the cluster and where to plugin appli
 Create a lock group and specify the number of locks in the lock group.
 
 ```
-./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline AUTO_REBALANCE
+./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline --mode AUTO_REBALANCE
 ```
 
 #### Start the Nodes

http://git-wip-us.apache.org/repos/asf/helix/blob/2525ecd8/website/0.6.4/src/site/markdown/recipes/lock_manager.md
----------------------------------------------------------------------
diff --git a/website/0.6.4/src/site/markdown/recipes/lock_manager.md b/website/0.6.4/src/site/markdown/recipes/lock_manager.md
index a7bd24d..1a6f064 100644
--- a/website/0.6.4/src/site/markdown/recipes/lock_manager.md
+++ b/website/0.6.4/src/site/markdown/recipes/lock_manager.md
@@ -138,7 +138,7 @@ This provides more details on how to setup the cluster and where to plugin appli
 Create a lock group and specify the number of locks in the lock group.
 
 ```
-./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline AUTO_REBALANCE
+./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline --mode AUTO_REBALANCE
 ```
 
 #### Start the Nodes

http://git-wip-us.apache.org/repos/asf/helix/blob/2525ecd8/website/0.7.0-incubating/src/site/markdown/recipes/lock_manager.md
----------------------------------------------------------------------
diff --git a/website/0.7.0-incubating/src/site/markdown/recipes/lock_manager.md b/website/0.7.0-incubating/src/site/markdown/recipes/lock_manager.md
index 6762cc5..a96866f 100644
--- a/website/0.7.0-incubating/src/site/markdown/recipes/lock_manager.md
+++ b/website/0.7.0-incubating/src/site/markdown/recipes/lock_manager.md
@@ -138,7 +138,7 @@ This provides more details on how to setup the cluster and where to plugin appli
 Create a lock group and specify the number of locks in the lock group.
 
 ```
-./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline AUTO_REBALANCE
+./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline --mode AUTO_REBALANCE
 ```
 
 #### Start the Nodes

http://git-wip-us.apache.org/repos/asf/helix/blob/2525ecd8/website/0.7.1/src/site/markdown/recipes/lock_manager.md
----------------------------------------------------------------------
diff --git a/website/0.7.1/src/site/markdown/recipes/lock_manager.md b/website/0.7.1/src/site/markdown/recipes/lock_manager.md
index 0b5b0c3..2bd7b51 100644
--- a/website/0.7.1/src/site/markdown/recipes/lock_manager.md
+++ b/website/0.7.1/src/site/markdown/recipes/lock_manager.md
@@ -138,7 +138,7 @@ This provides more details on how to setup the cluster and where to plugin appli
 Create a lock group and specify the number of locks in the lock group.
 
 ```
-./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline AUTO_REBALANCE
+./helix-admin --zkSvr localhost:2199  --addResource lock-manager-demo lock-group 6 OnlineOffline --mode AUTO_REBALANCE
 ```
 
 #### Start the Nodes


[2/2] helix git commit: Merge branch 'helix-569' of https://github.com/acmcelwee/helix

Posted by ka...@apache.org.
Merge branch 'helix-569' of https://github.com/acmcelwee/helix


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

Branch: refs/heads/master
Commit: 1af7f58805f4296de6f36a72db984d9c334158c4
Parents: 80a4a13 2525ecd
Author: Kanak Biscuitwala <ka...@hotmail.com>
Authored: Wed Feb 18 21:16:23 2015 -0800
Committer: Kanak Biscuitwala <ka...@hotmail.com>
Committed: Wed Feb 18 21:16:23 2015 -0800

----------------------------------------------------------------------
 recipes/distributed-lock-manager/README.md                         | 2 +-
 website/0.6.1-incubating/src/site/markdown/recipes/lock_manager.md | 2 +-
 website/0.6.1-incubating/src/site/markdown/tutorial_admin.md       | 2 +-
 website/0.6.2-incubating/src/site/markdown/recipes/lock_manager.md | 2 +-
 website/0.6.3/src/site/markdown/recipes/lock_manager.md            | 2 +-
 website/0.6.4/src/site/markdown/recipes/lock_manager.md            | 2 +-
 website/0.7.0-incubating/src/site/markdown/recipes/lock_manager.md | 2 +-
 website/0.7.1/src/site/markdown/recipes/lock_manager.md            | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------