You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2021/11/08 05:07:29 UTC

[atlas] branch branch-2.0 updated: ATLAS-4446 : Atlas - Upgrade elasticsearch to 7.6.0

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

pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new c3ea11f  ATLAS-4446 : Atlas - Upgrade elasticsearch to 7.6.0
c3ea11f is described below

commit c3ea11f60b9bd4f3cbb383ab2ec440536b8a2a78
Author: chaitali borole <ch...@freestoneinfotech.com>
AuthorDate: Fri Oct 22 13:19:39 2021 +0530

    ATLAS-4446 : Atlas - Upgrade elasticsearch to 7.6.0
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
---
 distro/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distro/pom.xml b/distro/pom.xml
index 42f8a25..ae55b4b 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -250,7 +250,7 @@ atlas.graph.storage.lock.wait-time=300
                 <elasticsearch.dir>${project.build.directory}/elasticsearch</elasticsearch.dir>
                 <elasticsearch.folder>elasticsearch-${elasticsearch.version}</elasticsearch.folder>
                 <elasticsearch.managed>true</elasticsearch.managed>
-                <elasticsearch.tar>https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${elasticsearch.version}.tar.gz</elasticsearch.tar>
+                <elasticsearch.tar>https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${elasticsearch.version}-linux-x86_64.tar.gz</elasticsearch.tar>
                 <entity.repository.properties>atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.NoopEntityAuditRepository</entity.repository.properties>
                 <graph.index.backend>elasticsearch</graph.index.backend>
                 <graph.index.properties>#ElasticSearch
diff --git a/pom.xml b/pom.xml
index 99bb1e8..70546ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -697,7 +697,7 @@
         <curator.version>4.3.0</curator.version>
         <doxia.version>1.8</doxia.version>
         <dropwizard-metrics>3.2.2</dropwizard-metrics>
-        <elasticsearch.version>6.8.17</elasticsearch.version>
+        <elasticsearch.version>7.6.0</elasticsearch.version>
         <entity.repository.impl>org.apache.atlas.repository.audit.InMemoryEntityAuditRepository</entity.repository.impl>
         <enunciate-maven-plugin.version>2.13.2</enunciate-maven-plugin.version>
         <failsafe.version>2.18.1</failsafe.version>