Repository: ambari Updated Branches: refs/heads/trunk 1e2959086 -> 535660bb7
AMBARI-21277. Fail to create solr clients in Log Search / Log Feeder (oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/535660bb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/535660bb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/535660bb Branch: refs/heads/trunk Commit: 535660bb75efefd21692b0558dc7d74e420903f2 Parents: 1e29590 Author: oleewere <[email protected]> Authored: Mon Jun 26 15:44:34 2017 +0200 Committer: oleewere <[email protected]> Committed: Tue Jun 27 13:21:40 2017 +0200 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-common/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/535660bb/ambari-metrics/ambari-metrics-common/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-common/pom.xml b/ambari-metrics/ambari-metrics-common/pom.xml index f0d3963..cae9734 100644 --- a/ambari-metrics/ambari-metrics-common/pom.xml +++ b/ambari-metrics/ambari-metrics-common/pom.xml @@ -108,6 +108,10 @@ <pattern>org.jboss</pattern> <shadedPattern>org.apache.hadoop.metrics2.sink.relocated.jboss</shadedPattern> </relocation> + <relocation> + <pattern>org.apache.http</pattern> + <shadedPattern>org.apache.hadoop.metrics2.sink.relocated.apache.http</shadedPattern> + </relocation> </relocations> </configuration> </execution>
