[
https://issues.apache.org/jira/browse/ORC-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun resolved ORC-889.
-------------------------------
Fix Version/s: 1.8.0
1.7.0
Assignee: Dongjoon Hyun
Resolution: Fixed
This is resolved via https://github.com/apache/orc/pull/791
> Remove orc-mapreduce build warnings due to overlapping resources
> ----------------------------------------------------------------
>
> Key: ORC-889
> URL: https://issues.apache.org/jira/browse/ORC-889
> Project: ORC
> Issue Type: Sub-task
> Components: build, Java
> Affects Versions: 1.7.0, 1.8.0
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Minor
> Fix For: 1.7.0, 1.8.0
>
>
> {code}
> [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ orc-mapreduce ---
> [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded
> jar.
> [INFO] Including org.apache.hive:hive-storage-api:jar:2.7.2 in the shaded jar.
> [INFO] Excluding org.apache.orc:orc-core:jar:1.8.0-SNAPSHOT from the shaded
> jar.
> [INFO] Excluding org.apache.orc:orc-shims:jar:1.8.0-SNAPSHOT from the shaded
> jar.
> [INFO] Excluding io.airlift:aircompressor:jar:0.19 from the shaded jar.
> [INFO] Excluding javax.xml.bind:jaxb-api:jar:2.2.11 from the shaded jar.
> [INFO] Excluding org.jetbrains:annotations:jar:17.0.0 from the shaded jar.
> [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.32 from the shaded jar.
> [INFO] Excluding org.threeten:threeten-extra:jar:1.5.0 from the shaded jar.
> [INFO] Excluding com.esotericsoftware:kryo-shaded:jar:4.0.2 from the shaded
> jar.
> [INFO] Excluding com.esotericsoftware:minlog:jar:1.3.0 from the shaded jar.
> [INFO] Excluding commons-codec:commons-codec:jar:1.15 from the shaded jar.
> [INFO] Excluding org.apache.commons:commons-lang3:jar:3.12.0 from the shaded
> jar.
> [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar.
> [INFO] Excluding commons-lang:commons-lang:jar:2.5 from the shaded jar.
> [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.5 from the shaded jar.
> [INFO] Excluding org.apache.zookeeper:zookeeper:jar:3.7.0 from the shaded jar.
> [INFO] Excluding org.apache.zookeeper:zookeeper-jute:jar:3.7.0 from the
> shaded jar.
> [INFO] Excluding org.apache.yetus:audience-annotations:jar:0.12.0 from the
> shaded jar.
> [WARNING] hive-storage-api-2.7.2.jar, orc-mapreduce-1.8.0-SNAPSHOT.jar,
> protobuf-java-2.5.0.jar define 1 overlapping resource:
> [WARNING] - META-INF/MANIFEST.MF
> [WARNING] hive-storage-api-2.7.2.jar, orc-mapreduce-1.8.0-SNAPSHOT.jar define
> 3 overlapping resources:
> [WARNING] - META-INF/DEPENDENCIES
> [WARNING] - META-INF/LICENSE
> [WARNING] - META-INF/NOTICE
> [WARNING] maven-shade-plugin has detected that some class files are
> [WARNING] present in two or more JARs. When this happens, only one
> [WARNING] single version of the class is copied to the uber jar.
> [WARNING] Usually this is not harmful and you can skip these warnings,
> [WARNING] otherwise try to manually exclude artifacts based on
> [WARNING] mvn dependency:tree -Ddetail=true and the above output.
> [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)