Re: Web ui offers tab blank

2015-09-25 Thread F21
0-594-O1835" In the master, I see the following: I0926 04:41:13.067692 794 master.cpp:2739] Processing ACCEPT call for offers: [ 20150926-040939-169978048-5050-594-O1799 ] on slave 20150926-040939-169978048-5050-594-S0 at slave(1)@192.168.33.10:5051 (192.168.33.10) for framework 20150

Re: Fwd: [Breaking Change 0.24 & Upgrade path] ZooKeeper MasterInfo change.

2015-09-25 Thread Marco Massenzio
+1 to what Alex says. As far as we know, the functionality we use (ephemeral sequential nodes and writing simple data to a znode) is part of the "base API" offered by ZooKeeper and every version would support it. (then again, not a ZK expert here - if anyone knows better, please feel free to

Re: Error: no resources available to schedule container

2015-09-25 Thread Timothy Chen
to > schedule container status=500 > > error message from tmp directory... > HOST2<'/tmp' directory>: > cat > mesos/slaves/.../frameworks/.../executors/sleep.c10c3f7af11e/runs/2d349f82-4927-4c63-82e0-c8eaf34362fd/stderr > I0925 04:39:25.770843 17606 exec.cpp:132] V

Re: [VOTE] Release Apache Mesos 0.21.2 (rc1)

2015-09-25 Thread Vinod Kone
+1 (binding) Tested on CI for CentOS5/6. On Thu, Sep 24, 2015 at 6:12 PM, Adam Bordelon wrote: > +1 (binding) Tested on CI for CentOS7 and Ubuntu 14.04. > > On Thu, Sep 24, 2015 at 5:44 PM, Adam Bordelon wrote: > >> Hi friends, >> >> Here's a candidate

Re: Official RPMs

2015-09-25 Thread Artem Harutyunyan
The repositories have been updated yesterday, and the downloads page was updated today. Mesos 0.24 packages are now available at https://mesosphere.com/downloads/. Thank you very much for your patience! Cheers, Artem. On Tue, Sep 22, 2015 at 11:02 AM, Marco Massenzio wrote:

Re: Official RPMs

2015-09-25 Thread Marco Massenzio
Yes, the plan is definitely to make the tooling available to the project: there is nothing "secret" about it - at the moment, unfortunately, it relies on a bit of internal infrastructure and, well, yesss, it's a bit too crafty to be ready for "external consumption" but we're working on it!

Re: Fwd: [Breaking Change 0.24 & Upgrade path] ZooKeeper MasterInfo change.

2015-09-25 Thread Raúl Gutiérrez Segalés
On Sep 25, 2015 9:08 AM, "Marco Massenzio" wrote: > > +1 to what Alex says. > > As far as we know, the functionality we use (ephemeral sequential nodes and writing simple data to a znode) is part of the "base API" offered by ZooKeeper and every version would support it. >

Re: Web ui offers tab blank

2015-09-25 Thread Vinod Kone
What do the master and scheduler logs say? On Fri, Sep 25, 2015 at 5:02 AM, F21 wrote: > I am running mesos 0.24 on CoreOS. I also have Marathon 0.10.1 running. > > I am trying to run the HDFS framework and notice that it's complaining > that there isn't enough resources

Re: Official RPMs

2015-09-25 Thread haosdent
Maybe this one https://github.com/mesosphere/mesos-deb-packaging? Need mesosphere guys help confirm. :-) On Sat, Sep 26, 2015 at 2:33 AM, Zameer Manji wrote: > Could mesosphere donate their tooling for packaging mesos to the project? > This way any project member or

Re: Official RPMs

2015-09-25 Thread Zameer Manji
Could mesosphere donate their tooling for packaging mesos to the project? This way any project member or contributor can build packages and it can be apart of the release process. On Fri, Sep 25, 2015 at 10:53 AM, Artem Harutyunyan wrote: > The repositories have been

Fwd: [Breaking Change 0.24 & Upgrade path] ZooKeeper MasterInfo change.

2015-09-25 Thread Marco Massenzio
Folks: as a reminder, please be aware that as of Mesos 0.24.0, as announced back in June, Mesos Master will write its information (`MasterInfo`) to ZooKeeper in JSON format (see below for details). If your framework relied on parsing the info (either de-serializing the Protocol Buffer or just

Web ui offers tab blank

2015-09-25 Thread F21
I am running mesos 0.24 on CoreOS. I also have Marathon 0.10.1 running. I am trying to run the HDFS framework and notice that it's complaining that there isn't enough resources when trying to launch an executor. I wanted to see what offers are being made, but when I click the "offers" tab in

Error: no resources available to schedule container

2015-09-25 Thread Diana J Arroyo
us=500 error message from tmp directory... HOST2<'/tmp' directory>: cat mesos/slaves/.../frameworks/.../executors/sleep.c10c3f7af11e/runs/2d349f82-4927-4c63-82e0-c8eaf34362fd/stderr I0925 04:39:25.770843 17606 exec.cpp:132] Version: 0.23.0 I0925 04:39:25.782850 17627 exec.cpp:206] Executor regis

Re: Fwd: [Breaking Change 0.24 & Upgrade path] ZooKeeper MasterInfo change.

2015-09-25 Thread CCAAT
On 09/25/2015 08:13 AM, Marco Massenzio wrote: Folks: as a reminder, please be aware that as of Mesos 0.24.0, as announced back in June, Mesos Master will write its information (`MasterInfo`) to ZooKeeper in JSON format (see below for details). What versions of Zookeeper are supported by

Re: Fwd: [Breaking Change 0.24 & Upgrade path] ZooKeeper MasterInfo change.

2015-09-25 Thread Alex Rukletsov
James— Marco will correct me if I'm wrong, but my understanding is that this change does *not* impact what ZooKeeper version you can use with Mesos. We have changed the format of the message stored in ZK from protobuf to JSON. This message is needed by frameworks for mesos master leader