forked from pinterest/secor
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix test for newer kafka fix test script use roundbin assignment
- Loading branch information
Yejun Yang
committed
Jul 15, 2015
1 parent
8d97a99
commit 42ab0a6
Showing
4 changed files
with
13 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,6 @@ | |
|
||
# Author: Pawel Garbacki ([email protected]) | ||
|
||
if [ $# -lt 3 ]; then | ||
echo "USAGE: $0 zookeeper_host:port cmd args" | ||
exit 1 | ||
fi | ||
|
||
CURR_DIR=`dirname $0` | ||
source ${CURR_DIR}/run_common.sh | ||
|
||
|