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/97e4cfc1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/97e4cfc1 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/97e4cfc1 Branch: refs/heads/4.x-HBase-0.98 Commit: 97e4cfc121a9fd948127adf0b9354b1da4681bd1 Parents: 16d6852 Author: Josh Elser <[email protected]> Authored: Wed Jan 3 12:21:50 2018 -0500 Committer: Josh Elser <[email protected]> Committed: Wed Jan 3 12:49:47 2018 -0500 ---------------------------------------------------------------------- bin/performance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/97e4cfc1/bin/performance.py ---------------------------------------------------------------------- diff --git a/bin/performance.py b/bin/performance.py index 84f1314..d507a61 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):
