You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by av...@apache.org on 2018/04/26 21:28:33 UTC

[ambari] branch trunk updated: AMBARI-23710 : Ambari Metrics Service check fails on Ubuntu16.

This is an automated email from the ASF dual-hosted git repository.

avijayan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1f9c546  AMBARI-23710 : Ambari Metrics Service check fails on Ubuntu16.
1f9c546 is described below

commit 1f9c546e4aea8b6d22ea2569b3767ac6f77421df
Author: Aravindan Vijayan <av...@hortonworks.com>
AuthorDate: Thu Apr 26 12:37:38 2018 -0700

    AMBARI-23710 : Ambari Metrics Service check fails on Ubuntu16.
---
 ambari-metrics/ambari-metrics-assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml b/ambari-metrics/ambari-metrics-assembly/pom.xml
index 557b218..12942bb 100644
--- a/ambari-metrics/ambari-metrics-assembly/pom.xml
+++ b/ambari-metrics/ambari-metrics-assembly/pom.xml
@@ -1106,7 +1106,7 @@
                     <!-- Resolving symlinks-->
                     <move todir="${project.build.directory}/embedded/${hadoop.folder}/lib/native/">
                       <fileset dir="${project.build.directory}/embedded/${hadoop.folder}/lib/native/"/>
-                      <mapper type="regexp" from="libsnappy.so.1.1.*" to="libsnappy.so.1"/>
+                      <mapper type="regexp" from="libsnappy.so.1.*.*" to="libsnappy.so.1"/>
                     </move>
                     <move
                       file="${project.build.directory}/embedded/${hadoop.folder}/lib/native/libhdfs.so.0.0.0"

-- 
To stop receiving notification emails like this one, please contact
avijayan@apache.org.