Repository: ambari Updated Branches: refs/heads/branch-2.6 6db752cb0 -> 70418a031
AMBARI-22559. Upgrade Ambari Infra to use Solr 5.5.5 for Ambari 2.6.1 (oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/70418a03 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70418a03 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70418a03 Branch: refs/heads/branch-2.6 Commit: 70418a031793bc1809d86f1e77ecd417e0eca7a2 Parents: 6db752c Author: Oliver Szabo <[email protected]> Authored: Thu Nov 30 12:48:10 2017 +0100 Committer: Oliver Szabo <[email protected]> Committed: Thu Nov 30 12:48:19 2017 +0100 ---------------------------------------------------------------------- ambari-logsearch/ambari-logsearch-assembly/pom.xml | 3 ++- ambari-logsearch/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/70418a03/ambari-logsearch/ambari-logsearch-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-assembly/pom.xml b/ambari-logsearch/ambari-logsearch-assembly/pom.xml index c0a92f4..4cf40a5 100644 --- a/ambari-logsearch/ambari-logsearch-assembly/pom.xml +++ b/ambari-logsearch/ambari-logsearch-assembly/pom.xml @@ -28,7 +28,8 @@ <modelVersion>4.0.0</modelVersion> <properties> <mapping.base.path>/usr/lib</mapping.base.path> - <solr.tar>http://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar> + <!-- original apache repo location: http://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz --> + <solr.tar>http://public-repo-1.hortonworks.com/ARTIFACTS/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar> <solr.mapping.path>${mapping.base.path}/ambari-infra-solr</solr.mapping.path> <solr.package.name>ambari-infra-solr</solr.package.name> <solr.client.package.name>ambari-infra-solr-client</solr.client.package.name> http://git-wip-us.apache.org/repos/asf/ambari/blob/70418a03/ambari-logsearch/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml index 5a1edee..d21074a 100644 --- a/ambari-logsearch/pom.xml +++ b/ambari-logsearch/pom.xml @@ -43,7 +43,7 @@ <deb.python.ver>python (>= 2.6)</deb.python.ver> <deb.architecture>amd64</deb.architecture> <deb.dependency.list>${deb.python.ver}</deb.dependency.list> - <solr.version>5.5.2</solr.version> + <solr.version>5.5.5</solr.version> <hadoop.version>2.7.2</hadoop.version> <common.io.version>2.5</common.io.version> </properties>
