pareshddevalia opened a new pull request, #709:
URL: https://github.com/apache/atlas/pull/709
… 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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]