Skip to content

Phoenix 6223 could not find or load main class sqline.SqLine - #969

Closed
litianmei wants to merge 2 commits into
apache:masterfrom
litianmei:PHOENIX-6223
Closed

Phoenix 6223 could not find or load main class sqline.SqLine#969
litianmei wants to merge 2 commits into
apache:masterfrom
litianmei:PHOENIX-6223

Conversation

@litianmei

Copy link
Copy Markdown

No description provided.

@stoty

Copy link
Copy Markdown
Contributor

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 30sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ master Compile Tests _
_ Patch Compile Tests _
+1 💚pylint0m 5sThere were no new pylint issues.
+1 💚whitespace0m 0sThe patch has no whitespace issues.
_ Other Tests _
+1 💚asflicense0m 13sThe patch does not generate ASF License warnings.
1m 25s
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-969/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#969
Optional Testsdupname asflicense pylint
unameLinux b61046349a7b 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 5ff3edb
Max. process+thread count51 (vs. ulimit of 30000)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-969/1/console
versionsgit=2.7.4 maven=3.3.9 pylint=2.4.4
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@virajjasani

Copy link
Copy Markdown
Contributor

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?
Even with mvn clean install -DskipTests at project level, we should get phoenix-client.jar as symlink to phoenix-client-{version}.jar under phoenix-client-parent/phoenix-client/target/. Could you please try once?

Comment threadbin/phoenix_utils.py Outdated

def setPath():
PHOENIX_CLIENT_JAR_PATTERN = "phoenix-client.jar"
PHOENIX_CLIENT_JAR_PATTERN = "phoenix-client*[!s][!t].jar"

@stotystotyNov 17, 2020

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have modified it,please have a look

@stoty

Copy link
Copy Markdown
Contributor

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 32sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ master Compile Tests _
_ Patch Compile Tests _
+1 💚pylint0m 5sThere were no new pylint issues.
+1 💚whitespace0m 0sThe patch has no whitespace issues.
_ Other Tests _
+1 💚asflicense0m 13sThe patch does not generate ASF License warnings.
1m 26s
SubsystemReport/Notes
DockerClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-969/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#969
Optional Testsdupname asflicense pylint
unameLinux a61cde138491 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 457a67c
Max. process+thread count52 (vs. ulimit of 30000)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-969/2/console
versionsgit=2.7.4 maven=3.3.9 pylint=2.4.4
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stotystoty closed this Nov 27, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@litianmei@stoty@virajjasani