Skip to content

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

Open
pareshddevalia wants to merge 1 commit into
apache:masterfrom
pareshddevalia:ATLAS-5325
Open

ATLAS-5325 : Atlas startup failure in embedded-hbase-solr profile due…#709
pareshddevalia wants to merge 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
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.

2 participants