mneethiraj opened a new pull request, #530: URL: https://github.com/apache/atlas/pull/530
## What changes were proposed in this pull request? - replaced hbase-shaded-client with hbase-shaded-client-hadoop3 - replaced hbase-shaded-mapreduce with hbase-shaded-mapreduce-hadoop3 ## How was this patch tested? - verified that build completes successfully - verfied that Atlas processes notifications in ATLAS_HOOK topics successfully PENDING: - quick_start.py fails with the following error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/shaded/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider - Atlas UI is not available due to above failure seen during server startup. Both failures seems to be caused by following entries in hbase-shaded-client-2.6.4-hadoop3.jar: - META-INF/services/javax.ws.rs.ext.MessageBodyReader - META-INF/services/javax.ws.rs.ext.MessageBodyWriter Excluding above 2 entries from the library resolves this issue. This needs to be investigated further. -- 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]
