The webarchive-commons pom file specifies a particular Hadoop version as a "compile" dependency, this should probably be "provided" so that jars are not duplicated as they will be on the cluster in any case.
Also - my cluster is CDH4 but the version in central relies on CDH3, not yet sure if this is what is causing me other issues
The webarchive-commons pom file specifies a particular Hadoop version as a "compile" dependency, this should probably be "provided" so that jars are not duplicated as they will be on the cluster in any case.
Also - my cluster is CDH4 but the version in central relies on CDH3, not yet sure if this is what is causing me other issues