CDH4: Version conflict: Found interface org.apache.hadoop.mapreduce.Counter, but class was expected

寵の児 提交于 2019-12-08 20:05:57

Figured it out - mvn dependency:tree on it's own did not show me the dependency that was calling out for cdh3, but mvn dependency:tree -Dverbose revealed the conflicting dependency. From there I added an exclusion to the pom and now the job runs.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!