-
Notifications
You must be signed in to change notification settings - Fork 48
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
No handlers could be found for logger "pymesos.process" #5
Comments
hi @tjsongzw import logging
logging.basicConfig(level=logging.INFO) and then we will know what had happened for the failed tasks |
@windreamer thx,
and
the setting above in what I did: I pulled the tfmesos docker, then exec the script on mesos cluster |
oops, there is a little bug, fixed in 18acc72 |
yep, most components run as docker, every node is equipped with tfmesos images, and this should be fine? actually it's a DCOS cluster(marathon, etc.). now I try again, thank you! |
hi, still
docker logs
|
at present, workers in docker will connect back to the submitter via hostname. |
hi, tfmesos works now! ps, is there another way instead getting the hostname of the machine, to get the ip or something that mesos slave/master could recognize each other? |
hmm, not sure, one machine can have multple ips, and it is hard to decide which to use. |
yeah, multi interface makes it not that easy. you can close this issue thread. |
Hi there,
based on the demo.py, tensorflow/tensorflow#1996
I got
seems addr didn't parsed correctly, any idea?
The text was updated successfully, but these errors were encountered: