Thanks, Niklas. I'll take a look at the fixes once they are in. -Sidharta
On Tue, Aug 26, 2014 at 1:42 PM, Niklas Nielsen <[email protected]> wrote: > We are working on it: > https://github.com/mesosphere/kubernetes-mesos/issues/28 > Sorry for the wait - the Kubernetes internal API's changes rapidly and we > are doing our best to keep up. > > Niklas > > > On 26 August 2014 13:35, Sidharta Seethana <[email protected]> > wrote: > >> Hi Vladimir, >> >> Thank you for your response. While it does say that the mesos cluster >> needs to be running, it does not specify that the sources need to be >> installed/available. In any case, I was able to compile mesos-go after >> installing the sources as per YiFan's earlier email. Kubernetes-mesos still >> doesn't build, however. >> >> Regards, >> -Sidharta >> >> >> On Sun, Aug 24, 2014 at 1:57 PM, Vladimir Vivien < >> [email protected]> wrote: >> >>> Hi Sidharta, >>> I just took a look at the instructions you mentioned, it assumes you >>> already have a mesos cluster installed and running (see following quote >>> from github project README) >>> >>> "Assuming your mesos cluster is started, and the master is running on >>> 127.0.1.1:5050, ...:" >>> >>> So, you will need that installed on your environment first. >>> >>> >>> >>> On Wed, Aug 20, 2014 at 4:46 PM, Sidharta Seethana < >>> [email protected]> wrote: >>> >>>> Hi Yifan, >>>> >>>> I don't actually have mesos installed. The assumption (perhaps >>>> incorrect) was that following the instructions here ( >>>> https://github.com/mesosphere/kubernetes-mesos ) would ensure that any >>>> required dependencies are brought in automatically. I could try installing >>>> mesos sources separately - but if this is required, the instructions >>>> provided need to be updated. In any case 2) is a blocker for me - I am >>>> hoping someone will be able to help me out. >>>> >>>> thanks, >>>> -Sidharta >>>> >>>> >>>> On Wed, Aug 20, 2014 at 1:16 PM, yifan <[email protected]> wrote: >>>> >>>>> Hi Sidharta, >>>>> >>>>> 1): >>>>> Could you tell us where did you install your mesos? (i.e. where is >>>>> your mesos header files located?) >>>>> By default the mesos header files will be in /usr/local/include/mesos/. >>>>> If not you might need to change the progma in executor.go/scheduler.go >>>>> (see an issue here https://github.com/mesos/mesos-go/issues/12) >>>>> >>>>> Not sure about the 2) problem. Maybe other folks can answer this. >>>>> >>>>> Thanks >>>>> >>>>> Yifan >>>>> >>>>> >>>>> On 08/20/2014 03:49 PM, Sidharta Seethana wrote: >>>>> >>>>> hello mesos-users, >>>>> >>>>> I am running into some issues when trying to use kubernetes mesos >>>>> (on Mac OS X). I am following the instructions provided here : >>>>> https://github.com/mesosphere/kubernetes-mesos >>>>> >>>>> 1) mesos-go installation (tried this is $GOPATH) : >>>>> >>>>> === >>>>> $go get github.com/mesos/mesos-go/mesos >>>>> # github.com/mesos/mesos-go/mesos >>>>> src/github.com/mesos/mesos-go/mesos/executor_driver.cpp:5:10: fatal >>>>> error: 'mesos/executor.hpp' file not found >>>>> === >>>>> >>>>> Is mesos-go supported on Mac OS X ? I didn't find any documentation >>>>> mentioning such a restriction. If it is indeed supported on Mac OS X, what >>>>> steps do I need to take to fix this problem? >>>>> >>>>> 2) installing kubernetes-mesos directly : >>>>> >>>>> === >>>>> $ go get github.com/mesosphere/kubernetes-mesos/kubernetes-mesos >>>>> package github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory >>>>> imports github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory >>>>> imports github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory: >>>>> cannot find package " >>>>> github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory" in any >>>>> of: >>>>> /usr/local/Cellar/go/1.3/libexec/src/pkg/ >>>>> github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory (from >>>>> $GOROOT) >>>>> <snip go path> (from $GOPATH) >>>>> <snip third part dir> src/ >>>>> github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory >>>>> === >>>>> >>>>> Looking at kubernetes source ( >>>>> https://github.com/GoogleCloudPlatform/kubernetes), there doesn't >>>>> appear to be a registry/memory package - this makes me suspect that >>>>> kubernetes-mesos is not currently buildable. >>>>> >>>>> Can somebody help be get past these issues? >>>>> >>>>> thanks, >>>>> -Sidharta >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Gu Yifan >>>>> >>>>> >>>> >>> >>> >>> -- >>> Vladimir Vivien >>> >> >> >

