Hi, we are currently trying to get a mesos cluster running as a base for Spark.
The mesos cluster itself runs and connecting a spark shell from the machine the maser runs on works perfectly. We can see the Framework being started and the slaves working. If we try to connect the exact same shell from a different machine to the exact same cluster the screen stops at ... 4013 sched.cpp:243] No credentials provided. Attempting to register without authentication The cluster spins up a framework every two seconds with a new ID and stops it immediately. This continues (we stopped it after a few dozen starts). We can see the frameworks being started in the master- and slave-logs as well as the command of the master to terminate it. Has anyone ever encountered a similar problem or has any advice on solving this problem? Thanks! Johannes