[jira] [Comment Edited] (HADOOP-14964) AliyunOSS: backport Aliyun OSS module to branch-2

2017-12-05 Thread SammiChen (JIRA)

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

SammiChen edited comment on HADOOP-14964 at 12/5/17 8:08 AM:
-

Hi [~chris.douglas], I see the problem now.  Thanks for such detail 
information. Let's wait for LEGAL's opinion. In the meanwhile, we will look 
into alternatives libraries to replace json-lib.  Also thanks [~djp] for 
considering landing this feature into 2.8.3.  I agree we should go ahead to cut 
2.8.3 CR0. 



was (Author: sammi):
Hi [~chris.douglas], I see the problem now.  Thanks for such detail 
information. Let's wait for LEGAL's opinion. In the meanwhile, we will look 
into alternatives libraries to replace json-lib.  Also thanks @Junping Du for 
considering landing this feature into 2.8.3.  I agree we should go ahead to cut 
2.8.3 CR0. 


> AliyunOSS: backport Aliyun OSS module to branch-2
> -
>
> Key: HADOOP-14964
> URL: https://issues.apache.org/jira/browse/HADOOP-14964
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/oss
>Reporter: Genmao Yu
>Assignee: SammiChen
> Fix For: 2.9.1
>
> Attachments: HADOOP-14964-branch-2.000.patch, 
> HADOOP-14964-branch-2.8.000.patch, HADOOP-14964-branch-2.8.001.patch, 
> HADOOP-14964-branch-2.9.001.patch
>
>




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



[jira] [Comment Edited] (HADOOP-14964) AliyunOSS: backport Aliyun OSS module to branch-2

2017-12-01 Thread Chris Douglas (JIRA)

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

Chris Douglas edited comment on HADOOP-14964 at 12/1/17 6:12 PM:
-

The problem is that {{json-lib}} was likely derived from the JSON library that 
has the non-free license. So it may be incorrectly licensed as an 
Apache-licensed (ALv2) dependency. Since the JSON license was reclassified by 
ASF legal, no project can release code that takes it as a dependency. I filed 
LEGAL-349 to get an official opinion, but most likely the Aliyun SDK will need 
to shed this dependency before we can release it from any branch, including 
3.0.0.

Douglas Crockford has been told that the joke in his license is harming open 
source developers, and he doesn't care. Can you look into replacing 
{{json-lib}} with another library?


was (Author: chris.douglas):
The problem is that {{json-lib}} was likely derived from the JSON library that 
has the non-free license. So it is incorrectly licensed as an Apache-licensed 
(ALv2) dependency. Since the JSON license was reclassified by ASF legal, no 
project can release code that takes it as a dependency. I filed LEGAL-349 to 
get an official opinion, but most likely the Aliyun SDK will need to shed this 
dependency before we can release it from any branch, including 3.0.0.

Douglas Crockford has been told that the joke in his license is harming open 
source developers, and he doesn't care. Can you look into replacing 
{{json-lib}} with another library?

> AliyunOSS: backport Aliyun OSS module to branch-2
> -
>
> Key: HADOOP-14964
> URL: https://issues.apache.org/jira/browse/HADOOP-14964
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/oss
>Reporter: Genmao Yu
>Assignee: SammiChen
> Fix For: 2.9.1
>
> Attachments: HADOOP-14964-branch-2.000.patch, 
> HADOOP-14964-branch-2.8.000.patch, HADOOP-14964-branch-2.8.001.patch, 
> HADOOP-14964-branch-2.9.001.patch
>
>




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



[jira] [Comment Edited] (HADOOP-14964) AliyunOSS: backport Aliyun OSS module to branch-2 and 2.7+ branches

2017-11-16 Thread SammiChen (JIRA)

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

SammiChen edited comment on HADOOP-14964 at 11/16/17 10:47 AM:
---

Fix 2 check style issue.  UT failures are not relevant. 


was (Author: sammi):
Fix 2 check style issue. 

> AliyunOSS: backport Aliyun OSS module to branch-2 and 2.7+ branches
> ---
>
> Key: HADOOP-14964
> URL: https://issues.apache.org/jira/browse/HADOOP-14964
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/oss
>Reporter: Genmao Yu
>Assignee: SammiChen
> Attachments: HADOOP-14964-branch-2.000.patch, 
> HADOOP-14964-branch-2.8.000.patch, HADOOP-14964-branch-2.8.001.patch
>
>




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



[jira] [Comment Edited] (HADOOP-14964) AliyunOSS: backport Aliyun OSS module to branch-2

2017-11-09 Thread SammiChen (JIRA)

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

SammiChen edited comment on HADOOP-14964 at 11/10/17 6:43 AM:
--

Hi Kai,  here is Hadoop 3.0 OSS commit history involved in the patch,

{noformat}
HADOOP-14787. AliyunOSS: Implement the `createNonRecursive` operator.
HADOOP-14649. Update aliyun-sdk-oss version to 2.8.1. (Genmao Yu via 
rchiang)
HADOOP-14194. Aliyun OSS should not use empty endpoint as default. 
Contributed by Genmao Yu
HADOOP-14466. Remove useless document from 
TestAliyunOSSFileSystemContract.java. Contributed by Chen Liang.
HADOOP-14458. Add missing imports to TestAliyunOSSFileSystemContract.java. 
Contributed by Mingliang Liu.
HADOOP-14192. AliyunOSS FileSystem contract test should implement 
getTestBaseDir(). Contributed by Mingliang Liu
HADOOP-14072. AliyunOSS: Failed to read from stream when seek beyond the 
download size. Contributed by Genmao Yu
HADOOP-13769. AliyunOSS: update oss sdk version. Contributed by Genmao Yu
HADOOP-14069. AliyunOSS: listStatus returns wrong file info. Contributed by 
Fei Hui
HADOOP-13768. AliyunOSS: handle the failure in the batch delete operation 
`deleteDirs`. Contributed by Genmao Yu
HADOOP-14065. AliyunOSS: oss directory filestatus should use meta time. 
Contributed by Fei Hui
HADOOP-14045. Aliyun OSS documentation missing from website. Contributed by 
Yiqun Lin.
HADOOP-13723. AliyunOSSInputStream#read() should update read bytes stat 
correctly. Contributed by Mingliang Liu
HADOOP-13624.  Rename TestAliyunOSSContractDispCp. Contributed by Genmao Yu
HADOOP-13591. Unit test failure in TestOSSContractGetFileStatus and 
TestOSSContractRootDir. Contributed by Genmao Yu
HADOOP-13481. User documents for Aliyun OSS FileSystem. Contributed by 
Genmao Yu.
HADOOP-12756. Incorporate Aliyun OSS file system implementation. 
Contributed by Mingfei Shi and Lin Zhou
{noformat}




was (Author: sammi):
Hi Kai,  heere is Hadoop 3.0 OSS commit history involved in the patch,

HADOOP-14787. AliyunOSS: Implement the `createNonRecursive` operator.
HADOOP-14649. Update aliyun-sdk-oss version to 2.8.1. (Genmao Yu via 
rchiang)
HADOOP-14194. Aliyun OSS should not use empty endpoint as default. 
Contributed by Genmao Yu
HADOOP-14466. Remove useless document from 
TestAliyunOSSFileSystemContract.java. Contributed by Chen Liang.
HADOOP-14458. Add missing imports to TestAliyunOSSFileSystemContract.java. 
Contributed by Mingliang Liu.
HADOOP-14192. AliyunOSS FileSystem contract test should implement 
getTestBaseDir(). Contributed by Mingliang Liu
HADOOP-14072. AliyunOSS: Failed to read from stream when seek beyond the 
download size. Contributed by Genmao Yu
HADOOP-13769. AliyunOSS: update oss sdk version. Contributed by Genmao Yu
HADOOP-14069. AliyunOSS: listStatus returns wrong file info. Contributed by 
Fei Hui
HADOOP-13768. AliyunOSS: handle the failure in the batch delete operation 
`deleteDirs`. Contributed by Genmao Yu
HADOOP-14065. AliyunOSS: oss directory filestatus should use meta time. 
Contributed by Fei Hui
HADOOP-14045. Aliyun OSS documentation missing from website. Contributed by 
Yiqun Lin.
HADOOP-13723. AliyunOSSInputStream#read() should update read bytes stat 
correctly. Contributed by Mingliang Liu
   HADOOP-13624.  Rename TestAliyunOSSContractDispCp. Contributed by Genmao Yu
HADOOP-13591. Unit test failure in TestOSSContractGetFileStatus and 
TestOSSContractRootDir. Contributed by Genmao Yu
HADOOP-13481. User documents for Aliyun OSS FileSystem. Contributed by 
Genmao Yu.
HADOOP-12756. Incorporate Aliyun OSS file system implementation. 
Contributed by Mingfei Shi and Lin Zhou




> AliyunOSS: backport Aliyun OSS module to branch-2
> -
>
> Key: HADOOP-14964
> URL: https://issues.apache.org/jira/browse/HADOOP-14964
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/oss
>Reporter: Genmao Yu
>Assignee: Genmao Yu
> Attachments: HADOOP-14964-branch-2.000.patch
>
>




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