You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2018/01/03 17:59:25 UTC

[5/8] phoenix git commit: PHOENIX-4509 Fix performance.py usage text (Artem Ervits)

PHOENIX-4509 Fix performance.py usage text (Artem Ervits)

Signed-off-by: Josh Elser <el...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1925e479
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1925e479
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/1925e479

Branch: refs/heads/4.x-HBase-1.2
Commit: 1925e479cc5cf209dd5ee31bb396c5203f524d51
Parents: 3c85ec5
Author: Josh Elser <el...@apache.org>
Authored: Wed Jan 3 12:21:50 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Jan 3 12:40:35 2018 -0500

----------------------------------------------------------------------
 bin/performance.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/1925e479/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):