busbey commented on a change in pull request #604: HBASE-23007
UnsatisfiedLinkError when using hbase-shaded packages under linux
URL: https://github.com/apache/hbase/pull/604#discussion_r322741442
##########
File path: hbase-shaded/pom.xml
##########
@@ -441,8 +441,8 @@
<!-- top level net-->
<relocation>
- <pattern>net</pattern>
-
<shadedPattern>${shaded.prefix}.net</shadedPattern>
+ <pattern>net.</pattern>
Review comment:
I think this should be "net/" instead of "net." and then the shade plugin
will look for both because it takes the slash to mean like a package delimiter.
----------------------------------------------------------------
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]
With regards,
Apache Git Services