[
https://issues.apache.org/jira/browse/PHOENIX-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232544#comment-17232544
]
ASF GitHub Bot commented on PHOENIX-6223:
-----------------------------------------
stoty commented on a change in pull request #965:
URL: https://github.com/apache/phoenix/pull/965#discussion_r523909588
##########
File path: 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"
Review comment:
There's a chance that this will find the -sources.jar
Modifying the glob to be similar to PHOENIX_LOADBALANCER_JAR_PATTERN should
solve that
`-*[!s].jar` should filter both -sources.jar, and -tests.jar (even though we
don't have a -tests.jar now)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> could not find or load main class sqline.SqLine
> -----------------------------------------------
>
> Key: PHOENIX-6223
> URL: https://issues.apache.org/jira/browse/PHOENIX-6223
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.1.0
> Reporter: litianmei
> Priority: Minor
> Attachments: 0001-PHOENIX-6223.patch
>
>
> when executing sqline.py for hbase, I receive this error:
> Error: Could not find or load main class sqline.SqlLine
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)