[ 
https://issues.apache.org/jira/browse/HADOOP-12893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiao Chen updated HADOOP-12893:
-------------------------------
    Attachment: HADOOP-12893.01.patch

Thanks [~wangda] for offering help! I was blocked by jira...
Attached a patch 1 for the work against trunk.
I think for now the most helpful thing is to review this patch and have trunk 
done. After that I guess we'll need to work on every release branches.

The way we ([~andrew.wang] + [~ajisakaa] + myself) did this:
# Have whisker to generate all dependencies, consolidate it into a spreadsheet. 
# Manually find license/notice for each of them. Same license for different 
dependencies are merged per LEGAL-247.
# Parse the result into new LICENSE and NOTICE files
# Manually add merge the new L&N into current ones
# Add a new module {{hadoop-resource-bundle}} to easily patch L&N into jars' 
META-INF section. (Thank you HBase for showing an example)
# Verify that all jars contain the L&N by grepping the generated jars. e.g. 
{{for f in $(find ./target/hadoop-3.0.0-alpha1-SNAPSHOT/share -name 
hadoop*jar); do echo $f;jar -tf $f|grep "LICENSE\|NOTICE";done}}

> Verify LICENSE.txt and NOTICE.txt
> ---------------------------------
>
>                 Key: HADOOP-12893
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12893
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.8.0, 2.7.3, 2.6.5, 3.0.0-alpha1
>            Reporter: Allen Wittenauer
>            Assignee: Xiao Chen
>            Priority: Blocker
>         Attachments: HADOOP-12893.01.patch
>
>
> We have many bundled dependencies in both the source and the binary artifacts 
> that are not in LICENSE.txt and NOTICE.txt.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to