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

Sean Busbey commented on HADOOP-13989:
--------------------------------------

I'd confirm that a revert fixes things locally before going that route.

{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-shade-plugin:2.4.3:shade (default) on project 
hadoop-client-runtime: Error creating shaded jar: duplicate entry: 
META-INF/services/org.apache.hadoop.shaded.com.fasterxml.jackson.databind.Module
 -> [Help 1]
{code}

this failure happened while building the binary jar, not while creating any 
source jar. It could just be coincidence that this patch showed up at the same 
time as something else that changed dependencies in a breaking way.

> Fix typo in hadoop-client shade configuration
> ---------------------------------------------
>
>                 Key: HADOOP-13989
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13989
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.0.0-alpha2
>            Reporter: Joe Pallas
>            Priority: Minor
>             Fix For: 3.0.0-alpha2
>
>         Attachments: HADOOP-13989.001.patch
>
>
> The pom files for hadoop-client-minicluster and hadoop-client-runtime have a 
> typo in the configuration of the shade module.  They say 
> {{<createSourceJar>}} instead of {{<createSourcesJar>}}.  (This was noticed 
> by IntelliJ, but not by maven.)
> Shade plugin doc is at 
> [http://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#createSourcesJar].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to