apache - Registering multiple Mesos Slaves from different computers -


i trying set mesos 1 master , 3 slaves running on several computers on same switch. each computer 4-socket dual core machine running ubuntu 13.04. have installed mesos, , can create 1 master , 1 slave when ssh'd same computer using local ip. however, when try create slave on second computer connected via master's public ip, slave appears register. following message, indicating has connected master:

i0627 16:02:42.431401 10059 slave.cpp:2873] current usage 0.81%. max allowed age: 6.243193692985590days) 

however, mesos tracking website not recognize second slave.

additionally, when frameworks started when ssh'd different computer (than master), framework stalls out at:

i0627 15:52:44.045642 10254 sched.cpp:230] no credentials provided. attempting register without authentication. 

the task fails appear on mesos tracking website. however, frameworks launched same computer master using local ip execute normally. suggestions appreciated!

i think received answer on mesos's user list, in case here answer.

both framework (and slaves) , master need able talk each other. iow, if 1 of end points uses private ip (e.g., 127.0.0.1) wouldn't work. if want master/slave use public ip can use --ip flag. framework, can set libprocess_ip in environment.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -