You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/09/10 13:27:17 UTC

[GitHub] [hbase] busbey commented on a change in pull request #604: HBASE-23007 UnsatisfiedLinkError when using hbase-shaded packages under linux

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:
users@infra.apache.org


With regards,
Apache Git Services