You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Vinod Kone <vi...@gmail.com> on 2013/05/10 05:03:25 UTC

Re: Mesos setup

Hi Hesham,

mesos-0.9.0 is pretty old. I would recommend you use 0.10.0.

Also, instead of copy pasting, can you build it on 13.04?



On Thu, May 9, 2013 at 10:57 AM, Hesham Anan <he...@citrix.com> wrote:

> Hi ,
>
> I need help in setting up a  Mesos 0.9.0 cluster.
> I have built the Mesos code on Ubuntu 12.04 (64 bit) and setup up a couple
> of Mesos nodes and that worked fine.
> I then tried to copy the code I built earlier to Ubuntu 13.04 (64 bit)
>  and I tried to setup a new cluster but the code failed to work.
> After closer inspection, it looks like "mesos-master" is looking for a
> file called "webui.py" in the "/usr/local/share/mesos/webui/master" folder
> which does not exist as I am installing Mesos in another location (which is
> the same location that was used in the original Mesos cluster that is setup
> on Ubuntu 12.04)
>
> Any recommendations on what might have went wrong and how to fix it?
>