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

Set scheduler‘s host name to be ip address #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Set scheduler‘s host name to be ip address #126

wants to merge 1 commit into from

Conversation

batscars
Copy link

Dear all,
When I run mxnet distributed learning cluster on kubernetes via dmlc-submit, scheduler cannot bind port successfully by host name of the scheduler.
Detailed description about this problem please access:https://github.com/dmlc/dmlc-core/pull/328

} else {
GetAvailableInterfaceAndIP(&interface, &ip);
}
my_node_.hostname = ip;
Copy link
Member

Choose a reason for hiding this comment

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

By this way, we alwasy use the ip instead of the hostname. Will it affect other use cases?

Copy link
Author

Choose a reason for hiding this comment

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

sorry, I only check local cases, I will try #129

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.

2 participants