Skip to content

Commit

Permalink
Fix location of example stores
Browse files Browse the repository at this point in the history
  • Loading branch information
voldemort committed Jul 1, 2013
1 parent 326ed4f commit 7111739
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions bin/rebalance-new-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Copyright 2013 LinkedIn, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
Expand Down Expand Up @@ -33,8 +33,8 @@ usage_and_exit() {
-h Show this message
-v Path to Voldemort
-c Current Cluster that desribes the cluster.
-s Current Stores that desribes the store. If you do not have info about the stores yet, use
'config/tools/dummy-stores.xml' from the gitli repo.
-s Current Stores that desribes the store. If you do not have info about the stores yet, look
under 'voldemort_home/config/tools/' for some store examples.
-o Output dir where all interim and final files will be stored.
The directory will be created if it does not exist yet.
EOF
Expand Down
8 changes: 4 additions & 4 deletions bin/rebalance-shuffle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Copyright 2013 LinkedIn, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
Expand Down Expand Up @@ -36,8 +36,8 @@ usage_and_exit() {
-h Show this message
-v Path to Voldemort
-c Current Cluster that desribes the cluster.
-s Current Stores that desribes the store. If you do not have info about the stores yet, use
'config/tools/dummy-stores.xml' from the gitli repo.
-s Current Stores that desribes the store. If you do not have info about the stores yet, look
under 'voldemort_home/config/tools/' for some store examples.
-o Output dir where all interim and final files will be stored.
The directory will be created if it does not exist yet.
EOF
Expand Down
7 changes: 4 additions & 3 deletions bin/rebalance-zone-expansion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Copyright 2013 LinkedIn, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
Expand Down Expand Up @@ -34,7 +34,8 @@ usage_and_exit() {
-h Show this message
-v Path to Voldemort
-c Current Cluster that desribes the cluster
-s Current Stores that desribes the store
-s Current Stores that desribes the store. If you do not have info about the stores yet, look
under 'voldemort_home/config/tools/' for some store examples.
-i Interim Cluster that corresponds to zone expansion.
-f Final Stores that corresponds to zone expansion.
-o Output dir where all interim and final files will be stored.
Expand Down

0 comments on commit 7111739

Please sign in to comment.