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

support hdfs accessing across different clusters #81

Merged
merged 2 commits into from
Dec 30, 2015

Conversation

sharkdtu
Copy link
Contributor

At present, the dmlc-core only support default HDFS cluster accessing. However, we often need to access multiple HDFS clusters for data and model respectively in many different scenarios. So this patch aims to support hdfs accessing across different clusters. We can config the data or model througth absolute path, such as:

data=hdfs://host:port/path/to/data
model_out=hdfs://otherhost:otherport/path/to/model

@tqchen
Copy link
Member

tqchen commented Dec 29, 2015

Thanks for the contribution, please fix the lint error here https://travis-ci.org/dmlc/dmlc-core/builds/99229593

You can reproduce locally via make lint

tqchen added a commit that referenced this pull request Dec 30, 2015
support hdfs accessing across different clusters
@tqchen tqchen merged commit 9887977 into dmlc:master Dec 30, 2015
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.

None yet

2 participants