This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch atlas-2.6
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/atlas-2.6 by this push:
new aaf74f993 ATLAS-5325 : Atlas startup failure in embedded-hbase-solr
profile due to conflicting HBase shaded MapReduce dependency (#709)
aaf74f993 is described below
commit aaf74f99358cc8d99adae4c819c4eea67995305a
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 1af2158a4..c5b7ea2a7 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 2d403cb3a..b94c65999 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -532,7 +532,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>