Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add AliyunOSS support in FileWriter/FileReader #2356

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sperlingxx
Copy link
Contributor

What changes were proposed in this pull request?

Support reading/writing BigDL models on AliyunOSS file system, which is a substitution of HDFS in Aliyun-MaxCompute(ODPS).

How was this patch tested?

This patch has been manually tested on .

@yiheng yiheng requested review from qiuxin2012 and yiheng March 6, 2018 14:41
@@ -157,6 +157,7 @@
<maven-enforcer-plugin.version>1.3.1</maven-enforcer-plugin.version>

<hadoop.version>2.7.3</hadoop.version>
<hadoop.aliyun.version>3.0.0-alpha2</hadoop.aliyun.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find the latest version is 3.0.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now, ODPS are depended on 3.0.0-alpha2.

@@ -235,6 +236,12 @@
<version>${hadoop.version}</version>
<scope>${spark-scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-aliyun</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compatible with Hadoop-2.7.2?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

@wzhongyuan
Copy link
Contributor

@sperlingxx Did you test against aliyunoss environment ?

@sperlingxx
Copy link
Contributor Author

@sperlingxx Did you test against aliyunoss environment ?

I have tested it before, but maven dependencies has been changed. I will update the pom in a few days.

@wzhongyuan
Copy link
Contributor

@sperlingxx sure, let me know once you update it and run your local test, i will run a PR pass for you before merging it

@wzhongyuan
Copy link
Contributor

@sperlingxx any update ?

@sperlingxx
Copy link
Contributor Author

sperlingxx commented May 5, 2019

@sperlingxx any update ?

Sorry for the delay, I have busied on other business recently. And I will try to update at coming weekends if no incidents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants