Skip to content

Commit

Permalink
PHOENIX-6223 could not find or load main class sqline.SqLine
Browse files Browse the repository at this point in the history
  • Loading branch information
litianmei committed Nov 16, 2020
1 parent 1071400 commit abf7d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phoenix_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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*[!s][!t].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"
Expand Down

0 comments on commit abf7d82

Please sign in to comment.