iwasakims opened a new pull request #2279: URL: https://github.com/apache/hadoop/pull/2279
This is backporting [HADOOP-16905](https://issues.apache.org/jira/browse/HADOOP-16905) to branch-2.10. I used the same version of jackson-databind and maven-shade-plugin used in the current trunk. maven-shade-plugin must be updated to 3.2.0 or above to fix error on creating jar of hadoop-yarn-server-applicationhistoryservice. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.4.3:shade (default) on project hadoop-yarn-server-applicationhistoryservice: Error creating shaded jar: null: IllegalArgumentException -> [Help 1] ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
