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:05:07 UTC

[atlas] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/atlas.git


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

commit 7ed56dbe6c0d38bbe3b3dc08228c6766768d5fb2
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 078bb2e..950a79c 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 c7dd8c1..3c17648 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>