2014-01-15 238 views
1

我試圖春天批字計數程序和麪臨的一個版本的問題是這樣的:版本不兼容

ERROR [org.springframework.batch.core.step.AbstractStep] - <Encountered an error executing the step> 
java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapreduce.Counter, but class was expected 

我使用Cloudera的Hadoop2 cdh4.5.0和Spring的Hadoop版本1.0 .1.RELEASE。由於Spring批處理與hadoop cdh4兼容,我無法確定確切的問題。

我的依賴關係樹如下所示。

[INFO] org.springframework.data:batch-wordcount:jar:0.0.1 
[INFO] +- org.springframework:spring-context:jar:3.0.5.RELEASE:compile 
[INFO] | +- org.springframework:spring-aop:jar:3.0.5.RELEASE:compile 
[INFO] | +- org.springframework:spring-beans:jar:3.0.5.RELEASE:compile 
[INFO] | +- org.springframework:spring-expression:jar:3.0.5.RELEASE:compile 
[INFO] | \- org.springframework:spring-asm:jar:3.0.5.RELEASE:compile 
[INFO] +- org.springframework:spring-core:jar:3.0.5.RELEASE:compile 
[INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile 
[INFO] +- org.springframework:spring-tx:jar:3.0.5.RELEASE:compile 
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile 
[INFO] +- org.springframework.batch:spring-batch-core:jar:2.2.0.RELEASE:compile 
[INFO] | +- com.thoughtworks.xstream:xstream:jar:1.3:compile 
[INFO] | | \- xpp3:xpp3_min:jar:1.1.4c:compile 
[INFO] | +- org.codehaus.jettison:jettison:jar:1.1:compile 
[INFO] +- org.springframework.batch:spring-batch-infrastructure:jar:2.2.0.RELEASE:compile 
[INFO] | \- org.springframework.retry:spring-retry:jar:1.0.2.RELEASE:compile 
[INFO] +- org.springframework.batch:spring-batch-test:jar:2.2.0.RELEASE:compile 
[INFO] | +- (junit:junit:jar:4.10:compile - omitted for conflict with 4.11) 
[INFO] | +- (org.springframework:spring-test:jar:3.2.0.RELEASE:compile - omitted for conflict with 3.0.5.RELEASE) 
[INFO] | +- commons-io:commons-io:jar:1.4:compile 
[INFO] | +- commons-dbcp:commons-dbcp:jar:1.2.2:compile 
[INFO] | | \- commons-pool:commons-pool:jar:1.3:compile 
[INFO] | \- commons-collections:commons-collections:jar:3.2:compile 
[INFO] +- junit:junit:jar:4.11:test (scope not updated to compile) 
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test 
[INFO] +- org.springframework.data:spring-data-hadoop:jar:1.0.2.RELEASE:compile 
[INFO] +- org.apache.hadoop:hadoop-common:jar:2.0.0-cdh4.5.0:compile 
[INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.0.0-cdh4.5.0:compile 
[INFO] | | \- jdk.tools:jdk.tools:jar:1.6:system 
[INFO] | +- com.google.guava:guava:jar:11.0.2:compile 
[INFO] | +- commons-net:commons-net:jar:3.1:compile 
[INFO] | +- javax.servlet:servlet-api:jar:2.5:compile 
[INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26.cloudera.2:compile 
[INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26.cloudera.2:compile 
[INFO] | +- com.sun.jersey:jersey-core:jar:1.8:compile 
[INFO] | +- com.sun.jersey:jersey-json:jar:1.8:compile 
[INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile 
[INFO] | | | \- javax.xml.bind:jaxb-api:jar:2.2.2:compile 
[INFO] | | |  \- javax.activation:activation:jar:1.1:compile 
[INFO] | | \- (com.sun.jersey:jersey-core:jar:1.8:compile - omitted for duplicate) 
[INFO] | +- log4j:log4j:jar:1.2.17:compile 
[INFO] | +- org.apache.hadoop:cloudera-jets3t:jar:2.0.0-cdh4.5.0:compile 
[INFO] | | \- (net.java.dev.jets3t:jets3t:jar:0.9.0:compile - omitted for conflict with 0.6.1) 
[INFO] | +- net.java.dev.jets3t:jets3t:jar:0.6.1:compile 
[INFO] | | +- (commons-codec:commons-codec:jar:1.3:compile - omitted for conflict with 1.4) 
[INFO] | | +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for duplicate) 
[INFO] | | \- (commons-httpclient:commons-httpclient:jar:3.1:compile - omitted for duplicate) 
[INFO] | +- (junit:junit:jar:4.8.2:compile - omitted for conflict with 4.11) 
[INFO] | +- commons-lang:commons-lang:jar:2.5:compile 
[INFO] | +- commons-configuration:commons-configuration:jar:1.6:compile 
[INFO] | | +- commons-digester:commons-digester:jar:1.8:compile 
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.7.0:compile 
[INFO] | | \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile 
[INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile 
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:runtime 
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile 
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile 
[INFO] | +- net.sf.kosmosfs:kfs:jar:0.3:compile 
[INFO] | +- com.google.protobuf:protobuf-java:jar:2.4.0a:compile 
[INFO] | +- org.apache.hadoop:hadoop-auth:jar:2.0.0-cdh4.5.0:compile 
[INFO] | +- com.jcraft:jsch:jar:0.1.42:compile 
[INFO] | \- org.apache.zookeeper:zookeeper:jar:3.4.5-cdh4.5.0:compile 
[INFO] |  \- jline:jline:jar:0.9.94:compile 
[INFO] +- org.apache.hadoop:hadoop-hdfs:jar:2.0.0-cdh4.5.0:compile 
[INFO] | +- tomcat:jasper-runtime:jar:5.5.23:compile 
[INFO] | | \- commons-el:commons-el:jar:1.0:compile 
[INFO] +- org.apache.hadoop:hadoop-tools:jar:2.0.0-mr1-cdh4.5.0:compile 
[INFO] | +- com.cloudera.cdh:hadoop-ant:pom:2.0.0-mr1-cdh4.5.0:compile 
[INFO] | \- org.apache.hadoop:hadoop-core:jar:2.0.0-mr1-cdh4.5.0:compile 
[INFO] |  +- hsqldb:hsqldb:jar:1.8.0.10:compile 
[INFO] |  +- org.eclipse.jdt:core:jar:3.1.1:compile 
[INFO] +- org.hamcrest:hamcrest-all:jar:1.1:compile 
[INFO] +- org.apache.hadoop:hadoop-client:jar:2.0.0-mr1-cdh4.5.0:compile 
[INFO] +- org.apache.hadoop:hadoop-streaming:jar:2.0.0-mr1-cdh4.5.0:compile 
[INFO] \- org.springframework:spring-test:jar:3.0.5.RELEASE:compile 

此外,重複依賴關係是否忽略會導致任何錯誤?

+0

的http:// stackoverflow.com/questions/18967147/cdh4-version-conflict-found-interface-org-apache-hadoop-mapreduce-counter-but 在相關的情況下,你是否嘗試過這個問題的答案? – gsndev

+0

任何人都可以讓我知道這個錯誤的確切問題?我爲什麼要面對這個? – Shilpa

+0

@alexP_Keaton請看看這個.. – Shilpa

回答