On a J2EE project we use Wildfly to deploy the project. We run hadoop on an external server. We want to connect this server and read HDFS data. But the problem is, any hadoop library we use(hadoop-common, hadoop-hdfs, hadoop-client) needs jetty but wildfly use resteasy. Because of this confliction, wildfly does not deploy successfully.
My question is,
Is there any hadoop library, which does not depend jetty, we can use for this operation, or,
Do we need to replace Resteasy on Wildfly with Jetty. If this is the solution, how can we do that. We couldn't find a source for this solution.
Thanks for help.
Aucun commentaire:
Enregistrer un commentaire