You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2017/03/16 09:45:41 UTC

[jira] [Commented] (SPARK-19972) unable to create assembly jar

    [ https://issues.apache.org/jira/browse/SPARK-19972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927740#comment-15927740 ] 

Sean Owen commented on SPARK-19972:
-----------------------------------

I am not sure what you're reporting here, but it sounds like you are reporting some problem with your own build. All of the Spark SBT builds work at the moment.

> unable to create assembly jar
> -----------------------------
>
>                 Key: SPARK-19972
>                 URL: https://issues.apache.org/jira/browse/SPARK-19972
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.1.0
>            Reporter: Eran Mizrahi
>            Priority: Critical
>
> unable to create assembled jar with only one artifcat:
> "org.apache.spark" %% "spark-sql" % "2.1.0"
> here are the errors i get:
> [error] (standalone/*:assembly) deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar:javax/inject/Inject.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/javax.inject/jars/javax.inject-2.4.0-b34.jar:javax/inject/Inject.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar:javax/inject/Named.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/javax.inject/jars/javax.inject-2.4.0-b34.jar:javax/inject/Named.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar:javax/inject/Provider.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/javax.inject/jars/javax.inject-2.4.0-b34.jar:javax/inject/Provider.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar:javax/inject/Qualifier.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/javax.inject/jars/javax.inject-2.4.0-b34.jar:javax/inject/Qualifier.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar:javax/inject/Scope.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/javax.inject/jars/javax.inject-2.4.0-b34.jar:javax/inject/Scope.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar:javax/inject/Singleton.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/javax.inject/jars/javax.inject-2.4.0-b34.jar:javax/inject/Singleton.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/aop/Advice.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/aop/Advice.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/aop/AspectException.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/aop/AspectException.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/intercept/ConstructorInterceptor.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/intercept/ConstructorInterceptor.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/intercept/ConstructorInvocation.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/intercept/ConstructorInvocation.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/intercept/Interceptor.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/intercept/Interceptor.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/intercept/Invocation.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/intercept/Invocation.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/intercept/Joinpoint.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/intercept/Joinpoint.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/intercept/MethodInterceptor.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/intercept/MethodInterceptor.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:org/aopalliance/intercept/MethodInvocation.class
> [error] /Users/em/.ivy2/cache/org.glassfish.hk2.external/aopalliance-repackaged/jars/aopalliance-repackaged-2.4.0-b34.jar:org/aopalliance/intercept/MethodInvocation.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/BasicDynaBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/BasicDynaBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/BasicDynaClass.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/BasicDynaClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/BeanAccessLanguageException.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/BeanAccessLanguageException.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/BeanUtils.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/BeanUtils.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/BeanUtilsBean$1.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/BeanUtilsBean$1.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/BeanUtilsBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/BeanUtilsBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/ConstructorUtils.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/ConstructorUtils.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/ContextClassLoaderLocal.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/ContextClassLoaderLocal.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/ConversionException.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/ConversionException.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/ConvertUtils.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/ConvertUtils.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/ConvertUtilsBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/ConvertUtilsBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/Converter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/Converter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/ConvertingWrapDynaBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/ConvertingWrapDynaBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/DynaBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/DynaBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/DynaClass.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/DynaClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/DynaProperty.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/DynaProperty.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/JDBCDynaClass.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/JDBCDynaClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/LazyDynaBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/LazyDynaBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/LazyDynaClass.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/LazyDynaClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/LazyDynaMap.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/LazyDynaMap.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/MappedPropertyDescriptor.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/MappedPropertyDescriptor.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/MethodUtils$MethodDescriptor.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/MethodUtils$MethodDescriptor.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/MethodUtils.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/MethodUtils.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/MutableDynaClass.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/MutableDynaClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/NestedNullException.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/NestedNullException.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/PropertyUtils.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/PropertyUtils.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/PropertyUtilsBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/PropertyUtilsBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/ResultSetDynaClass.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/ResultSetDynaClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/ResultSetIterator.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/ResultSetIterator.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/RowSetDynaClass.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/RowSetDynaClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/WrapDynaBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/WrapDynaBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/WrapDynaClass.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/WrapDynaClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/AbstractArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/AbstractArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/BigDecimalConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/BigDecimalConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/BigIntegerConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/BigIntegerConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/BooleanArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/BooleanArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/BooleanConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/BooleanConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/ByteArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/ByteArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/ByteConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/ByteConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/CharacterArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/CharacterArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/CharacterConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/CharacterConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/ClassConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/ClassConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/DoubleArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/DoubleArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/DoubleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/DoubleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/FileConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/FileConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/FloatArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/FloatArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/FloatConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/FloatConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/IntegerArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/IntegerArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/IntegerConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/IntegerConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/LongArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/LongArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/LongConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/LongConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/ShortArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/ShortArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/ShortConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/ShortConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/SqlDateConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/SqlDateConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/SqlTimeConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/SqlTimeConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/SqlTimestampConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/SqlTimestampConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/StringArrayConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/StringArrayConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/StringConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/StringConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/converters/URLConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/converters/URLConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/BaseLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/BaseLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtils$Descriptor.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtils$Descriptor.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtils.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtils.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtilsBean$1.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtilsBean$1.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtilsBean$Descriptor.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtilsBean$Descriptor.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/LocaleConvertUtils.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/LocaleConvertUtils.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/LocaleConvertUtilsBean.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/LocaleConvertUtilsBean.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/LocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/LocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/DateLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/DateLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/DoubleLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/DoubleLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/LongLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/LongLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/beanutils/locale/converters/StringLocaleConverter.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/beanutils/locale/converters/StringLocaleConverter.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/ArrayStack.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/ArrayStack.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/ArrayStack.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/Buffer.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/Buffer.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/Buffer.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/BufferUnderflowException.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/BufferUnderflowException.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/BufferUnderflowException.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/FastHashMap$1.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/FastHashMap$1.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/FastHashMap$1.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/FastHashMap$CollectionView$CollectionViewIterator.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/FastHashMap$CollectionView$CollectionViewIterator.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/FastHashMap$CollectionView$CollectionViewIterator.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/FastHashMap$CollectionView.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/FastHashMap$CollectionView.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/FastHashMap$CollectionView.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/FastHashMap$EntrySet.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/FastHashMap$EntrySet.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/FastHashMap$EntrySet.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/FastHashMap$KeySet.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/FastHashMap$KeySet.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/FastHashMap$KeySet.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/FastHashMap$Values.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/FastHashMap$Values.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/FastHashMap$Values.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar:org/apache/commons/collections/FastHashMap.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:org/apache/commons/collections/FastHashMap.class
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar:org/apache/commons/collections/FastHashMap.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/org.apache.hadoop/hadoop-yarn-common/jars/hadoop-yarn-common-2.2.0.jar:org/apache/hadoop/yarn/factories/package-info.class
> [error] /Users/em/.ivy2/cache/org.apache.hadoop/hadoop-yarn-api/jars/hadoop-yarn-api-2.2.0.jar:org/apache/hadoop/yarn/factories/package-info.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/org.apache.hadoop/hadoop-yarn-common/jars/hadoop-yarn-common-2.2.0.jar:org/apache/hadoop/yarn/factory/providers/package-info.class
> [error] /Users/em/.ivy2/cache/org.apache.hadoop/hadoop-yarn-api/jars/hadoop-yarn-api-2.2.0.jar:org/apache/hadoop/yarn/factory/providers/package-info.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/org.apache.hadoop/hadoop-yarn-common/jars/hadoop-yarn-common-2.2.0.jar:org/apache/hadoop/yarn/util/package-info.class
> [error] /Users/em/.ivy2/cache/org.apache.hadoop/hadoop-yarn-api/jars/hadoop-yarn-api-2.2.0.jar:org/apache/hadoop/yarn/util/package-info.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-sql_2.11/jars/spark-sql_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-sketch_2.11/jars/spark-sketch_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-tags_2.11/jars/spark-tags_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.spark-project.spark/unused/jars/unused-1.0.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-core_2.11/jars/spark-core_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-launcher_2.11/jars/spark-launcher_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-network-common_2.11/jars/spark-network-common_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-network-shuffle_2.11/jars/spark-network-shuffle_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-unsafe_2.11/jars/spark-unsafe_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] /Users/em/.ivy2/cache/org.apache.spark/spark-catalyst_2.11/jars/spark-catalyst_2.11-2.1.0.jar:org/apache/spark/unused/UnusedStubClass.class
> [error] deduplicate: different file contents found in the following:
> [error] /Users/em/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar:overview.html
> [error] /Users/em/.ivy2/cache/org.codehaus.janino/janino/jars/janino-3.0.0.jar:overview.html



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org