Re: Running a task in Mesos cluster

2015-10-02 Thread Ondrej Smola
Hi Pradeep, the problem is with IP your slave advertise - mesos by default resolves your hostname - there are several solutions (let say your node ip is 192.168.56.128) 1) export LIBPROCESS_IP=192.168.56.128 2) set mesos options - ip, hostname one way to do this is to create files echo

Re: resource fragmentation/mesos-master offers too low

2015-10-02 Thread Eren Güven
Hey Vinod, Mesos: 0.23.0-1.0.ubuntu1404 Marathon: 0.10.1-1.0.416.ubuntu1404 Chronos: 2.4.0-0.1.20150828104228.ubuntu1404 Single master, 16 slaves, each with 6cpu 6mem, many (perhaps not all) had more resources than mentioned in the logs (mesos offers with 6m mem etc..) or what was required for

Re: Running a task in Mesos cluster

2015-10-02 Thread Pradeep Kiruvale
Hi Ondrej, Thanks for your reply I did solve that issue, yes you are right there was an issue with slave IP address setting. Now I am facing issue with the scheduling the tasks. When I try to schedule a task using /src/mesos-execute --master=192.168.0.102:5050 --name="cluster-test"

Tasks not shown in "Completed Tasks" after agent reinstall.

2015-10-02 Thread Mauricio Garavaglia
Hi guys, If I remove the workdir (/var/lib/mesos) entries in the agents, does it mean I lost the "Completed Tasks" view in the masters dashboard? I'm debugging a case in which some agent nodes got recreated from scratch and the tasks that they ran disappeared from the dashboard. Thanks,

Re: Running a task in Mesos cluster

2015-10-02 Thread Pradeep Kiruvale
Hi Guangya, Thanks for reply. I found one interesting log message. 7410 master.cpp:5977] Removed slave 6a11063e-b8ff-43bd-86cf-e6eef0de06fd-S52 (192.168.0.178): a new slave registered at the same address Mostly because of this issue, the systems/slave nodes are getting registered and

Viewing old versions of docs

2015-10-02 Thread Alan Braithwaite
Hey All, Trying to figure out how to view older versions of the docs on the web. Can't find an index or link to versioned docs from google. Can anyone point me in the right direction? Thanks, - Alan

Re: Viewing old versions of docs

2015-10-02 Thread Joseph Wu
Hi Alan, I don't think it's recommended to refer to older versions of the docs. But if you absolutely need to, you can find those by browsing the source. Take the version of Mesos you're looking for, and substitute it for "" below: https://github.com/apache/mesos/blob//docs/ i.e. For the most

Files not being copied to all slaves from hdfs w/spark-submit

2015-10-02 Thread Rodrick Brown
For some reason my jobs are not being copied to all the slaves when they’re download from hdfs am I missing something obvious? They only seem to be copied to the node where the job is submitted. -- Rodrick Brown / DevOPs Engineer +1 917 445 6839 /

Re: Viewing old versions of docs

2015-10-02 Thread Alan Braithwaite
Thanks Joseph. To your point of not reading older versions of the docs though: that's pretty silly. You must realize how quickly the project is moving and as such there's no sense in being mislead about the feature set of the version which you're using. In my case I was looking through the docs

Re: Viewing old versions of docs

2015-10-02 Thread Benjamin Mahler
We'd like to provide versioned docs on the website, as follows: http://mesos.apache.org/documentation/latest/ http://mesos.apache.org/documentation/0.24.0/ http://mesos.apache.org/documentation/0.23.0/ etc. This is why "latest" was put into the link format. On Fri, Oct 2, 2015 at 2:29 PM, Alan