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

Xiao Chen commented on HADOOP-13780:
------------------------------------

Cool, will leave JSON out of the L&N since it's test-only, and have 
HADOOP-13794 deal with it.

Surprised me on the dependency growth too, but as you said they won't 
necessarily all be listed in the LICENSE/NOTICE. Also this includes transitive 
deps, for example as I find out the {{ldapsdk}} in my above comment is from 
this, so should be good too:
{noformat}
$ mvn license:aggregate-add-third-party -X -e
...
[INFO] Forking Apache Hadoop Auth 3.0.0-alpha2-SNAPSHOT
...
[DEBUG] org.apache.hadoop:hadoop-auth:jar:3.0.0-alpha2-SNAPSHOT
...
[DEBUG]    org.apache.directory.server:apacheds-server-integ:jar:2.0.0-M21:test
...
[DEBUG]       ldapsdk:ldapsdk:jar:4.1:test
{noformat}

> LICENSE/NOTICE are out of date for source artifacts
> ---------------------------------------------------
>
>                 Key: HADOOP-13780
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13780
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: common
>    Affects Versions: 3.0.0-alpha2
>            Reporter: Sean Busbey
>            Assignee: Xiao Chen
>            Priority: Blocker
>
> we need to perform a check that all of our bundled works are properly 
> accounted for in our LICENSE/NOTICE files.
> At a minimum, it looks like HADOOP-10075 introduced some changes that have 
> not been accounted for.
> e.g. the jsTree plugin found at 
> {{hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jt/jquery.jstree.js}}
>  does not show up in LICENSE.txt to (a) indicate that we're redistributing it 
> under the MIT option and (b) give proper citation of the original copyright 
> holder per ASF policy.



--
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