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/06/14 20:12:49 UTC

[ambari] branch trunk updated: [AMBARI-24105] Jackson library version mismatch casue MR jobs to fail (#1540)

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 0536321  [AMBARI-24105] Jackson library version mismatch casue MR jobs to fail (#1540)
0536321 is described below

commit 0536321d662e6ac247b43788bada7a01c466bb43
Author: avijayanhwx <av...@hortonworks.com>
AuthorDate: Thu Jun 14 13:12:31 2018 -0700

    [AMBARI-24105] Jackson library version mismatch casue MR jobs to fail (#1540)
---
 ambari-metrics/ambari-metrics-common/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ambari-metrics/ambari-metrics-common/pom.xml b/ambari-metrics/ambari-metrics-common/pom.xml
index 99b4331..d6f1fe0 100644
--- a/ambari-metrics/ambari-metrics-common/pom.xml
+++ b/ambari-metrics/ambari-metrics-common/pom.xml
@@ -111,7 +111,11 @@
                 </relocation>
                 <relocation>
                   <pattern>org.apache.http</pattern>
-                  <shadedPattern>org.apache.hadoop.metrics2.sink.relocated.apache.http</shadedPattern>
+                  <shadedPattern>org.apache.ambari.metrics.sink.relocated.apache.http</shadedPattern>
+                </relocation>
+                <relocation>
+                  <pattern>org.codehaus.jackson</pattern>
+                  <shadedPattern>org.apache.ambari.metrics.sink.relocated.jackson</shadedPattern>
                 </relocation>
               </relocations>
               <filters>

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