[jira] [Created] (HADOOP-13584) Merge HADOOP-12756 branch to latest trunk

2016-09-06 Thread shimingfei (JIRA)
shimingfei created HADOOP-13584:
---

 Summary: Merge HADOOP-12756 branch to latest trunk
 Key: HADOOP-13584
 URL: https://issues.apache.org/jira/browse/HADOOP-13584
 Project: Hadoop Common
  Issue Type: New Feature
  Components: fs
Affects Versions: 3.0.0-alpha1
Reporter: shimingfei
 Fix For: 3.0.0-alpha2


We have finished a round of improvement over Hadoop-12756 branch, which intends 
to incorporate Aliyun OSS support in Hadoop. This feature provides basic 
support for data access to Aliyun OSS from Hadoop applications.

In the implementation, we follow the style of S3 support in Hadooop. Besides we 
also provide FileSystem contract test over real Aliyun OSS environment. By 
simple configuration, it can be enabled/disabled.



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

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



[jira] [Created] (HADOOP-12756) Incorporate Aliyun OSS file system implementation

2016-02-01 Thread shimingfei (JIRA)
shimingfei created HADOOP-12756:
---

 Summary: Incorporate Aliyun OSS file system implementation
 Key: HADOOP-12756
 URL: https://issues.apache.org/jira/browse/HADOOP-12756
 Project: Hadoop Common
  Issue Type: New Feature
  Components: fs
Reporter: shimingfei
Assignee: shimingfei


Aliyun OSS is widely used among China’s cloud users, but currently it is not 
easy to access data laid on OSS storage from user’s Hadoop/Spark application, 
because of no original support for OSS in Hadoop.

This work aims to integrate Aliyun OSS with Hadoop. By simple configuration, 
Spark/Hadoop applications can read/write data from OSS without any code change. 
Narrowing the gap between user’s APP and data storage, like what have been done 
for S3 in Hadoop 




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