In the J2EE project, we use Wildfly to deploy the project. We run hadoop on an external server. We want to connect this server and read the HDFS data. But the problem is that any hadoop library we use (hasoop-common, hadoop-hdfs, hasoop-client) needs a jersey, but Wildfly uses Resteasy. Due to this conflict, Wildfly is not deploying successfully.
My question is:
Is there any hadoop library that is independent of jersey we can use for this operation or
Do we need to replace Resteasy with Wildfly from Jersey. If this is a decision, how can we do it. We could not find the source of this solution.
Thanks for the help.
source
share