You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing a tool that deploys and runs jobs in hadoop. It appears that the tool deploys libraries in 2 different ways, so they appear twice in a job's classpath.
When I added es-hadoop reference to that tool, I observed an error "Multiple ES-Hadoop versions detected in the classpath; please use only one", even though it was the same very version.
Is it possible to compare versions (or hash values) of es-hadoop in classpath and allow to proceed if they match?