Skip to content

HBASE-23007 UnsatisfiedLinkError when using hbase-shaded packages under linux - #604

Merged
busbey merged 2 commits into
apache:masterfrom
meszibalu:my/shade-native
Sep 10, 2019
Merged

HBASE-23007 UnsatisfiedLinkError when using hbase-shaded packages under linux#604
busbey merged 2 commits into
apache:masterfrom
meszibalu:my/shade-native

Conversation

@meszibalu

Copy link
Copy Markdown
Contributor
  • Relocation rule "net" has been changed to "net." because "netty"
    applies to that rule.
  • Added jackson dependencies for WebHdfs.

…er linux
* Relocation rule "net" has been changed to "net." because "netty"
applies to that rule.
* Added jackson dependencies for WebHdfs.
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
💙reexec2m 36sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💚@author0m 0sThe patch does not contain any @author tags.
💛test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
💙mvndep0m 47sMaven dependency ordering for branch
💚mvninstall7m 18smaster passed
💚compile1m 14smaster passed
💚shadedjars5m 56sbranch has no errors when building our shaded downstream artifacts.
💚javadoc0m 35smaster passed
_ Patch Compile Tests _
💙mvndep0m 17sMaven dependency ordering for patch
💚mvninstall6m 34sthe patch passed
💚compile1m 11sthe patch passed
💚javac1m 11sthe patch passed
💚whitespace0m 0sThe patch has no whitespace issues.
💚xml0m 4sThe patch has no ill-formed XML file.
💚shadedjars6m 9spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck21m 47sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚javadoc0m 33sthe patch passed
_ Other Tests _
💚unit1m 23shbase-shaded in the patch passed.
💚unit0m 26shbase-shaded-testing-util in the patch passed.
💚asflicense0m 29sThe patch does not generate ASF License warnings.
65m 59s
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-604/1/artifact/out/Dockerfile
GITHUB PR#604
Optional Testsdupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
unameLinux d15655f0fe21 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-604/out/precommit/personality/provided.sh
git revisionmaster / 4ca760f
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-604/1/testReport/
Max. process+thread count413 (vs. ulimit of 10000)
modulesC: hbase-shaded hbase-shaded/hbase-shaded-testing-util U: hbase-shaded
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-604/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z)
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

Comment threadhbase-shaded/pom.xml Outdated
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
💙reexec1m 13sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💚@author0m 0sThe patch does not contain any @author tags.
💛test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
💙mvndep0m 34sMaven dependency ordering for branch
💚mvninstall5m 47smaster passed
💚compile1m 0smaster passed
💚shadedjars4m 57sbranch has no errors when building our shaded downstream artifacts.
💚javadoc0m 27smaster passed
_ Patch Compile Tests _
💙mvndep0m 14sMaven dependency ordering for patch
💚mvninstall5m 26sthe patch passed
💚compile1m 0sthe patch passed
💚javac1m 0sthe patch passed
💚whitespace0m 0sThe patch has no whitespace issues.
💚xml0m 3sThe patch has no ill-formed XML file.
💚shadedjars4m 54spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck17m 6sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚javadoc0m 26sthe patch passed
_ Other Tests _
💚unit1m 1shbase-shaded in the patch passed.
💚unit0m 22shbase-shaded-testing-util in the patch passed.
💚asflicense0m 21sThe patch does not generate ASF License warnings.
51m 35s
SubsystemReport/Notes
DockerClient=19.03.2 Server=19.03.2 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-604/2/artifact/out/Dockerfile
GITHUB PR#604
Optional Testsdupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
unameLinux 7ab3ecf919f9 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-604/out/precommit/personality/provided.sh
git revisionmaster / 4ca760f
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-604/2/testReport/
Max. process+thread count403 (vs. ulimit of 10000)
modulesC: hbase-shaded hbase-shaded/hbase-shaded-testing-util U: hbase-shaded
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-604/2/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z)
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

Comment threadhbase-shaded/hbase-shaded-testing-util/pom.xml

@busbeybusbey left a comment

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.

thinking about it more, I'm fine with that dependency in the hbase-shaded-testing-util-tester module getting removed in a follow-on.

@busbey
busbey merged commit 63db1d6 into apache:masterSep 10, 2019
asfgit pushed a commit that referenced this pull request Sep 10, 2019
…er linux (#604)
* Relocation rule "net" has been changed to "net/" because "netty"
matches the former rule.
* Added jackson dependencies for WebHdfs.
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 63db1d6)
asfgit pushed a commit that referenced this pull request Sep 10, 2019
…er linux (#604)
* Relocation rule "net" has been changed to "net/" because "netty"
matches the former rule.
* Added jackson dependencies for WebHdfs.
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 63db1d6)
asfgit pushed a commit that referenced this pull request Sep 10, 2019
…er linux (#604)
* Relocation rule "net" has been changed to "net/" because "netty"
matches the former rule.
* Added jackson dependencies for WebHdfs.
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 63db1d6)
asfgit pushed a commit that referenced this pull request Sep 11, 2019
…er linux (#604)
* Added jackson dependencies for WebHdfs.
(Differs from branch-2 because we didn't have a bare relocation rule for "net" here)
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 63db1d6)
asfgit pushed a commit that referenced this pull request Sep 11, 2019
…er linux (#604)
* Added jackson dependencies for WebHdfs.
(Differs from branch-2 because we didn't have a bare relocation rule for "net" here)
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 63db1d6)
(cherry picked from commit 3f84591)
@meszibalu
meszibalu deleted the my/shade-native branch September 11, 2019 08:03
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
…er linux (apache#604)
* Relocation rule "net" has been changed to "net/" because "netty"
matches the former rule.
* Added jackson dependencies for WebHdfs.
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 63db1d6)
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…er linux (apache#604)
* Relocation rule "net" has been changed to "net/" because "netty"
matches the former rule.
* Added jackson dependencies for WebHdfs.
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 63db1d6)
(cherry picked from commit 6a61bbb)
Change-Id: Ifed264e66e1ae8cdc86a3c606e36d6ff737268ac
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

@meszibalu@Apache-HBase@busbey