Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 16d68523d -> 8159d67a1 refs/heads/4.x-HBase-1.2 3c85ec541 -> d0e5b513a refs/heads/5.x-HBase-2.0 cf3e370ee -> fcf48f312 refs/heads/master f7142879f -> 93306e9e2
PHOENIX-4509 Fix performance.py usage text (Artem Ervits) Signed-off-by: Josh Elser <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3b891b2c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3b891b2c Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3b891b2c Branch: refs/heads/5.x-HBase-2.0 Commit: 3b891b2c978ad86bda6710aa7242b86ade6ea6be Parents: cf3e370 Author: Josh Elser <[email protected]> Authored: Wed Jan 3 12:21:50 2018 -0500 Committer: Josh Elser <[email protected]> Committed: Wed Jan 3 12:22:12 2018 -0500 ---------------------------------------------------------------------- bin/performance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/3b891b2c/bin/performance.py ---------------------------------------------------------------------- diff --git a/bin/performance.py b/bin/performance.py index c16dd5a..f61ad20 100755 --- a/bin/performance.py +++ b/bin/performance.py @@ -35,9 +35,9 @@ def delfile(filename): os.remove(filename) def usage(): - print "Performance script arguments not specified. Usage: performance.sh \ + print "Performance script arguments not specified. Usage: performance.py \ <zookeeper> <row count>" - print "Example: performance.sh localhost 100000" + print "Example: performance.py localhost 100000" def createFileWithContent(filename, content):
