You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by md...@apache.org on 2017/11/28 20:04:35 UTC

hbase-thirdparty git commit: HBASE-19247 ADDENDUM - update .so relocation

Repository: hbase-thirdparty
Updated Branches:
  refs/heads/master 3d4bc1986 -> 74176f758


HBASE-19247 ADDENDUM - update .so relocation


Project: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/commit/74176f75
Tree: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/tree/74176f75
Diff: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/diff/74176f75

Branch: refs/heads/master
Commit: 74176f7586287dd63399644c3028eab4dc697688
Parents: 3d4bc19
Author: Mike Drob <md...@apache.org>
Authored: Wed Nov 15 12:26:01 2017 -0600
Committer: Mike Drob <md...@apache.org>
Committed: Tue Nov 28 14:04:20 2017 -0600

----------------------------------------------------------------------
 hbase-shaded-netty/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/74176f75/hbase-shaded-netty/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml
index 8f915f2..59ee5f9 100644
--- a/hbase-shaded-netty/pom.xml
+++ b/hbase-shaded-netty/pom.xml
@@ -125,8 +125,8 @@
                 <unzip src="${project.build.directory}/${project.artifactId}-${project.version}.jar"
                   dest="${project.build.directory}/unpacked/"/>
                 <echo message="Rename netty .so in META-INF"/>
-                <move file="${project.build.directory}/unpacked/META-INF/native/libnetty-transport-native-epoll.so"
-                  tofile="${project.build.directory}/unpacked/META-INF/native/liborg-apache-hbase-thirdparty-netty-transport-native-epoll.so" />
+                <move file="${project.build.directory}/unpacked/META-INF/native/libnetty_transport_native_epoll_x86_64.so"
+                  tofile="${project.build.directory}/unpacked/META-INF/native/liborg_apache_hbase_thirdparty_netty_transport_native_epoll_x86_64.so" />
                 <echo message="Redo jar"/>
                 <jar destfile="${project.build.directory}/${project.artifactId}-${project.version}.jar"
                     basedir="${project.build.directory}/unpacked"/>