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

SammiChen commented on HADOOP-15080:
------------------------------------

Hi [~andrew.wang],  I'm working with Aliyun oss team to find the solutions.  
The good news is that the json-lib library is only used in oss sdk test 
functions. Currently it's marked as "compile dependency" while actually it only 
requires "test dependency".   So basically two solutions,
1. A new oss sdk which marks "json-lib" as "test dependency".  As test 
dependency is intransitive.  Hadoop will not been impacted. 
2. A new oss sdk, use "jersey-json" 1.9 version.  "jersey-json" is also "test 
dependency".  
Solution 2 is preferred for it solve the problem once-at-all.  It will takes 
2~3 days to prepare the new oss sdk.  Do you have any concerns about solution 
2? 

In the meantime, I agree we should prepare a patch to revert out Aliyun OSS 
support to not block the release. But if we still have time, may I ask a favor 
to hold the revert for several days?   Also thanks [~mackrorysd] for prepare 
the patch. 

> Cat-X dependency on org.json via derived json-lib
> -------------------------------------------------
>
>                 Key: HADOOP-15080
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15080
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/oss
>    Affects Versions: 3.0.0-beta1
>            Reporter: Chris Douglas
>            Priority: Blocker
>         Attachments: HADOOP-15080-branch-3.0.0.001.patch
>
>
> The OSS SDK has a dependency on json-lib. In LEGAL-245, the org.json library 
> (from which json-lib may be derived) is released under a 
> [category-x|https://www.apache.org/legal/resolved.html#json] license.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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