This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 728214da96aca0e81fdf957239d89eea8669fd8e
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Dec 1 09:52:42 2020 +0100

    Revert "PHOENIX-6223 could not find or load main class sqline.SqLine"
    
    applied the wrong pull request
    
    This reverts commit 993ad5e9b60afe6b5111e790958062d6a4aabfdb.
---
 bin/phoenix_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/phoenix_utils.py b/bin/phoenix_utils.py
index 9c43e8f..0e4bc49 100755
--- a/bin/phoenix_utils.py
+++ b/bin/phoenix_utils.py
@@ -77,7 +77,7 @@ def findClasspath(command_name):
     return tryDecode(subprocess.Popen(command, shell=True, 
stdout=subprocess.PIPE).stdout.read())
 
 def setPath():
-    PHOENIX_CLIENT_JAR_PATTERN = "phoenix-client*.jar"
+    PHOENIX_CLIENT_JAR_PATTERN = "phoenix-client.jar"
     PHOENIX_THIN_CLIENT_JAR_PATTERN = "phoenix-*-thin-client.jar"
     PHOENIX_QUERYSERVER_JAR_PATTERN = "phoenix-*-queryserver.jar"
     PHOENIX_LOADBALANCER_JAR_PATTERN = 
"phoenix-load-balancer-*[!t][!e][!s][!t][!s].jar"

Reply via email to