Uh oh!
There was an error while loading. Please reload this page.
Phoenix 6223 could not find or load main class sqline.SqLine - #969
Phoenix 6223 could not find or load main class sqline.SqLine#969litianmei wants to merge 2 commits into
Conversation
stoty
commented
Nov 16, 2020
🎊 +1 overall
This message was automatically generated. |
virajjasani
commented
Nov 16, 2020
Comments from #965 are applicable here. One follow up question from the thread on #965 : Which command do you use to build phoenix-client jar? |
| def setPath(): | ||
| PHOENIX_CLIENT_JAR_PATTERN = "phoenix-client.jar" | ||
| PHOENIX_CLIENT_JAR_PATTERN = "phoenix-client*[!s][!t].jar" |
There was a problem hiding this comment.
This will still match sources:
$ls -l phoenix-client*[!s][!t].jar
-rw-r--r-- 1 stoty staff 75651719 Nov 17 11:04 phoenix-client-5.1.0-SNAPSHOT-sources.jar
-rw-r--r-- 1 stoty staff 144017266 Nov 17 11:04 phoenix-client-5.1.0-SNAPSHOT.jar
This would not:
$]ls -l phoenix-client*[!s].jar
-rw-r--r-- 1 stoty staff 144017266 Nov 17 11:04 phoenix-client-5.1.0-SNAPSHOT.jar
There was a problem hiding this comment.
I have modified it,please have a look
stoty
commented
Nov 27, 2020
🎊 +1 overall
This message was automatically generated. |
No description provided.