Skip to content

ATLAS-5325 : Atlas startup failure in embedded-hbase-solr profile due… - #709

Merged
nixonrodrigues merged 1 commit into
apache:masterfrom
pareshddevalia:ATLAS-5325
Aug 2, 2026
Merged

ATLAS-5325 : Atlas startup failure in embedded-hbase-solr profile due…#709
nixonrodrigues merged 1 commit into
apache:masterfrom
pareshddevalia:ATLAS-5325

Conversation

@pareshddevalia

Copy link
Copy Markdown
Contributor

… to conflicting HBase shaded MapReduce dependency

What changes were proposed in this pull request?
Removed the direct hbase-shaded-mapreduce dependency from graphdb/janus/pom.xml to eliminate HBase shaded classpath conflicts at runtime.
Added hbase-shaded-mapreduce-${hbase.version}-hadoop3.jar to packagingExcludes in webapp/pom.xml to prevent it from being packaged in the Atlas distribution.

How was this patch tested?

Manual testing :- mvn -Pdist,embedded-hbase-solr -DskipTests clean package
Verified hbase-shaded-mapreduce-2.6.4-hadoop3.jar is not packaged under server/webapp/atlas/WEB-INF/lib/.
Started Atlas with embedded HBase and Solr.
Confirmed Atlas starts successfully without the NoSuchMethodError.
Verified the Atlas UI is accessible after startup.

… to conflicting HBase shaded MapReduce dependency

@nixonrodrigues nixonrodrigues left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, needed for atlas-2.6 also.

@nixonrodrigues
nixonrodrigues merged commit 39e844c into apache:master Aug 2, 2026
2 checks passed
asf-gitbox-commits pushed a commit that referenced this pull request Aug 2, 2026
… to conflicting HBase shaded MapReduce dependency (#709)

Co-authored-by: Paresh Devalia <paresh.devalia@cloudera.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants