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

nixonrodrigues 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 39e844c5a ATLAS-5325 : Atlas startup failure in embedded-hbase-solr 
profile due to conflicting HBase shaded MapReduce dependency (#709)
39e844c5a is described below

commit 39e844c5a8a58de61bfee6ec923c4e96562345dd
Author: pareshd <[email protected]>
AuthorDate: Sun Aug 2 19:07:37 2026 +0530

    ATLAS-5325 : Atlas startup failure in embedded-hbase-solr profile due to 
conflicting HBase shaded MapReduce dependency (#709)
    
    Co-authored-by: Paresh Devalia <[email protected]>
---
 graphdb/janus/pom.xml | 11 -----------
 webapp/pom.xml        |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index e7954288a..4221210f6 100644
--- a/graphdb/janus/pom.xml
+++ b/graphdb/janus/pom.xml
@@ -89,17 +89,6 @@
             <artifactId>hadoop-distcp</artifactId>
             <version>${hadoop.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-shaded-mapreduce</artifactId>
-            <version>${hbase.version}-hadoop3</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-distcp</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
         <dependency>
             <groupId>org.apache.lucene</groupId>
             <artifactId>lucene-analyzers-common</artifactId>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index b038a0c30..ded8d7090 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -555,7 +555,7 @@
                             <addClasspath>true</addClasspath>
                         </manifest>
                     </archive>
-                    
<packagingExcludes>WEB-INF/lib/hbase-shaded-client-${hbase.version}-hadoop3.jar,WEB-INF/lib/dom4j-*.jar,WEB-INF/lib/jsp-api*.jar,${packages.to.exclude}</packagingExcludes>
+                    
<packagingExcludes>WEB-INF/lib/hbase-shaded-client-${hbase.version}-hadoop3.jar,WEB-INF/lib/hbase-shaded-mapreduce-${hbase.version}-hadoop3.jar,WEB-INF/lib/dom4j-*.jar,WEB-INF/lib/jsp-api*.jar,${packages.to.exclude}</packagingExcludes>
                 </configuration>
             </plugin>
 

Reply via email to