You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/11/27 09:54:11 UTC

[phoenix] branch 4.x updated: PHOENIX-6223 could not find or load main class sqline.SqLine

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

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


The following commit(s) were added to refs/heads/4.x by this push:
     new 6195621  PHOENIX-6223 could not find or load main class sqline.SqLine
6195621 is described below

commit 619562196e5ebd1302a5414576b21595f4b6ff72
Author: litianmei <li...@cmss.chinamobile.com>
AuthorDate: Fri Nov 13 11:22:33 2020 +0800

    PHOENIX-6223 could not find or load main class sqline.SqLine
---
 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 0e4bc49..9c43e8f 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"