You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "wujinhu (JIRA)" <ji...@apache.org> on 2019/06/14 07:31:00 UTC

[jira] [Commented] (HADOOP-15616) Incorporate Tencent Cloud COS File System Implementation

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

wujinhu commented on HADOOP-15616:
----------------------------------

[~yuyang733] [~Sammi] I think you should remove Chinese comments from 010.patch.
{code:java}
// code placeholder
+ this.blockCacheBuffers.add(this.currentBlockBuffer);
+ // 加到块列表中去
+ if (this.blockCacheBuffers.size() == 1) {
+ // 单个文件就可以上传完成
+ byte[] md5Hash = this.digest == null ? null : this.digest.digest();
{code}

> Incorporate Tencent Cloud COS File System Implementation
> --------------------------------------------------------
>
>                 Key: HADOOP-15616
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15616
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs/cos
>            Reporter: Junping Du
>            Assignee: YangY
>            Priority: Major
>         Attachments: HADOOP-15616.001.patch, HADOOP-15616.002.patch, HADOOP-15616.003.patch, HADOOP-15616.004.patch, HADOOP-15616.005.patch, HADOOP-15616.006.patch, HADOOP-15616.007.patch, HADOOP-15616.008.patch, HADOOP-15616.009.patch, HADOOP-15616.010.patch, Tencent-COS-Integrated-v2.pdf, Tencent-COS-Integrated.pdf
>
>
> Tencent cloud is top 2 cloud vendors in China market and the object store COS ([https://intl.cloud.tencent.com/product/cos]) is widely used among China’s cloud users but now it is hard for hadoop user to access data laid on COS storage as no native support for COS in Hadoop.
> This work aims to integrate Tencent cloud COS with Hadoop/Spark/Hive, just like what we do before for S3, ADL, OSS, etc. With simple configuration, Hadoop applications can read/write data from COS without any code change.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org