Re: soliciting shepherds for auto tools changes

2015-05-18 Thread Tim St Clair
I'm still swamped atm due to rh-summit. Cheers, Tim - Original Message - From: Vinod Kone vinodk...@apache.org To: dev dev@mesos.apache.org, Timothy St. Clair tstcl...@redhat.com, Cody Maloney c...@mesosphere.io Sent: Monday, May 18, 2015 12:52:43 PM Subject: Re: soliciting

Re: [RESULT][VOTE] Release Apache Mesos 0.22.1 (rc6)

2015-05-06 Thread Tim St Clair
It appears that there isn't an official 0.22.1 tag.?.? just the rc6 Not a big deal, just a consistency thing. - Original Message - From: Adam Bordelon a...@mesosphere.io To: dev dev@mesos.apache.org, u...@mesos.apache.org Sent: Tuesday, May 5, 2015 1:21:37 AM Subject: [RESULT][VOTE]

Re: Using boost filesystem

2015-04-24 Thread Tim St Clair
FWIW - Stout isn't a self contained header only library, and it leaks it's abstractions. Currently it will force linkage anyway... stout_tests_LDADD = \ libgmock.la \ $(LIBGLOG)\ $(LIBPROTOBUF)

Re: Suggestion: Mesos 0.22.1 point release

2015-04-06 Thread Tim St Clair
+1 - Original Message - From: Niklas Nielsen nik...@mesosphere.io To: dev dev@mesos.apache.org Sent: Friday, April 3, 2015 5:47:47 PM Subject: Re: Suggestion: Mesos 0.22.1 point release Based on input from Vinod and Adam; I will reduce the scope on the point release to focus on

Apache Mesos 0.22.0 (rc4) -- push to epel

2015-03-19 Thread Tim St Clair
Folks, For those who are interested, going to make the push now for getting Mesos into epel ( https://fedoraproject.org/wiki/EPEL ) 7 and by extension all the clones and variants. https://bugzilla.redhat.com/show_bug.cgi?id=1177055 Luckily just by waiting a while, the dep-graph has shrunk.

Docker labels lands

2015-03-17 Thread Tim St Clair
Very useful in image management and clustering. https://github.com/docker/docker/pull/9882 -- Cheers, Timothy St. Clair Red Hat Inc.

Re: How to sizing memory in mesos

2015-03-13 Thread Tim St Clair
fwiw - other systems also have attributes on the job/submission side as well as the machine side. The job attributes are updated every time they are evicted, and the requirements could be adjusted by expression. This allows for expressive steering mechanics. Cheers, Tim - Original

Re: Meeting notes about reservations

2015-02-21 Thread Tim St Clair
inline - Original Message - From: Jie Yu yujie@gmail.com To: mesos dev@mesos.apache.org Sent: Friday, February 20, 2015 7:37:30 PM Subject: Meeting notes about reservations Hi, BenM, BenH, MPark and I had a sync today discussing reservations (dynamic+static) in Mesos. It

ipvlan

2015-02-11 Thread Tim St Clair
Just a heads up, but this could be very interesting. http://lwn.net/Articles/620087/ -- Cheers, Timothy St. Clair Red Hat Inc.

Re: CPU/memory support NUMA system

2015-02-11 Thread Tim St Clair
Umm avoid cpuset, iirc it's due to be shot if all the kernel rumors are true. Note that the number of cgroup attributes currently exposed as unit properties is limited. This will be extended later on, as their kernel interfaces are cleaned up. For example cpuset or freezer are currently not

Re: GPU computing resource add into Mesos

2015-01-27 Thread Tim St Clair
Just remember, GPU's are non-fungible and there can be many per blade. Also, many folks in the scientific community had found OpenCL limiting fwiw, and found themselves eventually supporting CUDA, so the JIRA should probably plan for either. I recommend crib-ing ideas from here (namely

*namespaces now in Docker for Mesos slave in a container parity.

2015-01-19 Thread Tim St Clair
Greetings folks - All of the namespace work should be in the next release of Docker(1.5?).   This would enable ~feature parity to bare metal on the slave, but it may require some command line magic to enable super privileged containers to behave as expected.     This means you should be able

Re: *namespaces now in Docker for Mesos slave in a container parity.

2015-01-19 Thread Tim St Clair
...@gmail.com wrote: This definitely sounds exciting. Do you happen to have link to more information about this? Tim Sent from my iPhone On Jan 19, 2015, at 11:18 AM, Tim St Clair tstcl...@redhat.com wrote: Greetings folks - All of the namespace work should be in the next release

Re: Rocket

2014-12-04 Thread Tim St Clair
which should help also being in the loop as well. Relationships alone won't cut it. Friends one day, enemies the next, isn't that the way it worked with Docker...? Governance, such as Apaches model, is of critical importance. Tim On Wed, Dec 3, 2014 at 8:26 AM, Tim St Clair tstcl

Re: Rocket

2014-12-01 Thread Tim St Clair
Absolutely... Cheers, Tim - Original Message - From: Tim Chen t...@mesosphere.io To: dev dev@mesos.apache.org, u...@mesos.apache.org Sent: Monday, December 1, 2014 1:10:44 PM Subject: Rocket Hi all, Per the announcement from CoreOS about Rocket (

Re: [RESULT][VOTE] Release Apache Mesos 0.21.0 (rc3)

2014-11-21 Thread Tim St Clair
For those who are interested, I've updated my spec to match and have rebuilt for f21: http://koji.fedoraproject.org/koji/buildinfo?buildID=594867 Same steps apply for those who would like to rebuild for EL7Variants: http://timothysc.github.io/blog/2014/09/08/mesos-breeze/ In the coming

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

2014-11-06 Thread Tim St Clair
$ git tag -l | grep 21 $ git branch -r origin/0.21.0-rc1 It looks like you created a branch vs. tag ...? Cheers, Tim - Original Message - From: Ian Downes ian.dow...@gmail.com To: dev@mesos.apache.org, u...@mesos.apache.org Sent: Wednesday, November 5, 2014 5:12:52 PM Subject:

0.21.0-pre Spark latest

2014-10-28 Thread Tim St Clair
Folks - We have some automated tests that run the latest Mesos against the latest Spark, and we've run across a series of issues in both fine, and course grained mode that I believe stem from a series of changes in the 0.21 cycle. I'm not certain if anyone owns this integration, but we

Re: 0.21.0-pre Spark latest

2014-10-28 Thread Tim St Clair
/apache/spark/pull/2401 [3]: https://github.com/apache/spark/pull/2453 On Tue, Oct 28, 2014 at 7:46 AM, Tim St Clair tstcl...@redhat.com wrote: Folks - We have some automated tests that run the latest Mesos against the latest Spark, and we've run across a series of issues in both fine

Re: git commit: Add --enable-debug and --enable-optimize flag for controlling building debug and optimized verisons of libprocess

2014-10-28 Thread Tim St Clair
My apologies here. I had ran support/apply-review.sh and had not trim'd the commit message. -Tim - Original Message - From: Benjamin Mahler benjamin.mah...@gmail.com To: dev dev@mesos.apache.org Cc: comm...@mesos.apache.org Sent: Tuesday, October 28, 2014 4:38:49 PM Subject: Re:

Re: Large changes on the codebase due to MESOS-1872

2014-10-15 Thread Tim St Clair
It would be nice is we had a place where it is ok to make such changes, and a place for stable incremental changes.   -stable -unstable In absence of that, I agree with the consensus. Cheers, Tim - Original Message - From: Till Toenshoff toensh...@me.com To: mesos

Re: Release of jesos 1.0 - pure java bindings for Apache Mesos

2014-10-01 Thread Tim St Clair
Thanks Henning! - Original Message - From: Henning Schmiedehausen henn...@schmiedehausen.org To: mesos dev@mesos.apache.org, u...@mesos.apache.org Sent: Tuesday, September 30, 2014 10:31:02 PM Subject: Release of jesos 1.0 - pure java bindings for Apache Mesos Hi, I am happy to

ApacheCon EU - Mesos Talk

2014-10-01 Thread Tim St Clair
Greetings Folks - I'm on the docket for ApacheCon EU, and was planning on giving a state-of-the-state talk for Mesos seeing how I didn't see others on the schedule. I'd be happy to collaborate on the content if there are certain features folks wanted to highlight, or if you're just

Re: Mesos Modules Design

2014-09-24 Thread Tim St Clair
...@sudarkoff.com wrote: Hello everybody! I'm new here. But why not jump in in the middle of the conversation and voice an opinion anyway, right? :) On 23 Sep 2014, at 09:17, Dominic Hamon dha...@twopensource.com wrote: On Tue, Sep 23, 2014 at 5:57 AM, Tim St Clair tstcl...@redhat.com

Re: Mesos Modules Design

2014-09-23 Thread Tim St Clair
- Original Message - From: Benjamin Hindman b...@eecs.berkeley.edu To: dev dev@mesos.apache.org Sent: Tuesday, September 23, 2014 3:14:31 AM Subject: Re: Mesos Modules Design - create abstract classes to define interfaces to objects that should be modular We're all in

Fwd: Running mesos-slave in Docker container

2014-09-23 Thread Tim St Clair
mounted into the mesos container. - Original Message - From: Scott Collier scoll...@redhat.com To: Tim St Clair tstcl...@redhat.com Cc: Fedora Cloud SIG cl...@lists.fedoraproject.org Sent: Tuesday, September 23, 2014 9:37:21 AM Subject: Re: Fwd: Running mesos-slave in Docker

Re: Mesos Modules Design

2014-09-22 Thread Tim St Clair
. Tim St Clair, Ben Hindman and I started the discussion (and work) on this subsystem https://issues.apache.org/jira/browse/MESOS-1224 and https://issues.apache.org/jira/browse/MESOS-1384. Kapil and Bernd took over the work (shepherded by Ben H and I) and have expanded

Re: Mesos Modules Design

2014-09-19 Thread Tim St Clair
for pluggable modules in Mesos lately and wanted to get a last round of feedback before putting out patch sets. Tim St Clair, Ben Hindman and I started the discussion (and work) on this subsystem https://issues.apache.org/jira/browse/MESOS-1224 and https://issues.apache.org/jira/browse/MESOS-1384

Re: 0.20.1 Release Manager

2014-09-12 Thread Tim St Clair
St. Clair or Adam, would you guys be willing to work with Bhuvan to get the release out? On Fri, Sep 12, 2014 at 10:12 AM, Benjamin Mahler benjamin.mah...@gmail.com wrote: Hi Bhuvan, that's great! However, doing a release requires commit access. On Sep 12, 2014, at 8:06 AM, Bhuvan

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2358

2014-09-10 Thread Tim St Clair
Just flying cover, but my change is unrelated to the issue. However, I see this issue quite often as well. Cheers, Tim - Original Message - From: Yan Xu y...@jxu.me To: dev@mesos.apache.org Cc: Vinod Kone vinodk...@gmail.com Sent: Tuesday, September 9, 2014 4:50:06 PM Subject:

Re: deploy_dir

2014-09-09 Thread Tim St Clair
against it personally. On Fri, Sep 5, 2014 at 3:08 AM, Tim St Clair tstcl...@redhat.com wrote: Quick Pole: Do folks care if - deploy_dir=@localstatedir@/@PACKAGE@/deploy vs. deploy_dir=@sysconfdir@/@PACKAGE@ Right now I keep them in: '/etc/mesos/' but in all honesty

Re: Twitter sprint Q3.5

2014-09-09 Thread Tim St Clair
Dominic - This is very helpful, thank you! - Original Message - From: Dominic Hamon dha...@twopensource.com To: dev dev@mesos.apache.org Sent: Tuesday, September 9, 2014 12:16:01 PM Subject: Twitter sprint Q3.5 Hello Mesos developers! I thought it might be useful to have a

Re: updating website copy

2014-09-03 Thread Tim St Clair
I figured I would retouch this thread given that Jie will be adding a blog soon, I think the timing would be right for the website also. Cheers, Tim - Original Message - From: Benjamin Hindman benjamin.hind...@gmail.com To: dev dev@mesos.apache.org Sent: Monday, August 18, 2014

Re: updating website copy

2014-09-03 Thread Tim St Clair
of Mesos, I think there's a great opportunity for the Apache community to work together to make progress on the project website itself. Let me know if you're interested in digging deeper into this. Absolutely. Dave On Wed, Sep 3, 2014 at 6:44 AM, Tim St Clair tstcl...@redhat.com wrote

Reviewboard - submitted.

2014-09-02 Thread Tim St Clair
Has something changed with review-board? I'm not able to mark as submitted. -- Cheers, Timothy St. Clair Red Hat Inc.

Re: F21 Grand unified .spec - CentOS7.rpm

2014-09-01 Thread Tim St Clair
/ No claims they are any good... yet. Cheers, Tim - Original Message - From: Tim St Clair tstcl...@redhat.com To: mesos-devel dev@mesos.apache.org Cc: u...@mesos.apache.org, henn...@groupon.com Sent: Thursday, August 28, 2014 8:44:57 AM Subject: F21 Grand unified .spec - CentOS7

F21 Grand unified .spec - CentOS7

2014-08-28 Thread Tim St Clair
Greetings! Because folks have been asking, I've been updating my spec here: http://pkgs.fedoraproject.org/cgit/mesos.git/tree/mesos.spec clone url: git://pkgs.fedoraproject.org/mesos My integration stream is: https://github.com/timothysc/mesos/tree/0.20-integ I intend to push most patches

Re: #MesosCon

2014-08-25 Thread Tim St Clair
Dave - Do you have a ETA around when the videos might be posted? I was hoping to blog about it @ http://community.redhat.com/ Cheers, Tim - Original Message - From: Tom Arnfeld t...@duedil.com To: dev dev@mesos.apache.org Sent: Saturday, August 23, 2014 4:30:01 PM Subject:

Re: [VOTE] Release Apache Mesos 0.20.0 (rc2)

2014-08-19 Thread Tim St Clair
./bootstrap ./configure make check '+1 make check' on clean el7 is green However on machines that already have deps installed, my F20 machine: I've seen '[ FAILED ] ExamplesTest.PythonFramework' for a while. Digging I find: Traceback (most recent call last): File

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2316

2014-08-14 Thread Tim St Clair
looking. - Original Message - From: Vinod Kone vinodk...@gmail.com To: dev dev@mesos.apache.org Cc: Timothy St. Clair tstcl...@redhat.com Sent: Thursday, August 14, 2014 11:50:27 AM Subject: Re: Build failed in Jenkins:

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2316

2014-08-14 Thread Tim St Clair
it was from '--disable-python', should be fixed. ../configure --disable-java --disable-python --disable-webui Cheers, Tim - Original Message - From: Tim St Clair tstcl...@redhat.com To: dev@mesos.apache.org Sent: Thursday, August 14, 2014 12:04:25 PM Subject: Re: Build failed

Re: Does Mesos support Hadoop MR V2

2014-08-05 Thread Tim St Clair
FWIW - I've been able to setup YARN clusters in containers using bridged networking and relying on zookeeper for Namenode resolution. The problem is - 'bridged networking' = IP-fiasco at scale. However, I still have hopes for MAC VLAN support for Docker:

Re: Windows on Mesos?

2014-07-21 Thread Tim St Clair
inline - Original Message - From: Niklas Nielsen n...@qni.dk To: dev dev@mesos.apache.org Cc: us...@mesos.apache.org Sent: Friday, July 18, 2014 5:39:35 PM Subject: Re: Windows on Mesos? Why not write that up as an external containerizer? :-) +1. Also, you will likely want to

Re: Mesos language bindings in the wild

2014-07-14 Thread Tim St Clair
So I fear the fragmentation that can occur if we provide native bindings outside of the core, unless there is some mechanism for testing, a well established versioning scheme. IMHO, priority inversion on 'versioning' should come before bindings to ensure we adhere to policy. Thoughts?

Re: Mesos language bindings in the wild

2014-07-11 Thread Tim St Clair
+1, esp re: Go. Test harness for language bindings will be pretty important. Cheers, Tim - Original Message - From: Niklas Nielsen nik...@mesosphere.io To: dev dev@mesos.apache.org Cc: u...@mesos.apache.org Sent: Thursday, July 10, 2014 5:57:49 PM Subject: Re: Mesos language

Re: how to config shark on mesos?

2014-06-24 Thread Tim St Clair
FYI - shark is set to be deprecated by a thin layer atop of spark-sql.  Thus spark integration is the important bit. http://youtu.be/NUQ-8to2XAk?t=26m39s Cheers, Tim - Original Message - From: qingyang li liqingyang1...@gmail.com To: dev@mesos.apache.org Sent: Tuesday, June 24,

kubernetes framework.

2014-06-20 Thread Tim St Clair
Is anyone (working on/thinking about) a kubernetes framework?   It's a masterworker, so it should slot in pretty nicely. -- Cheers, Tim Freedom, Features, Friends, First - Fedora https://fedoraproject.org/wiki/SIGs/bigdata

Re: kubernetes framework.

2014-06-20 Thread Tim St Clair
to get go bindings into the Mesos distribution. /blockquote +1 blockquote On Fri, Jun 20, 2014 at 10:58 AM, Tim St Clair tstcl...@redhat.com wrote: blockquote Is anyone (working on/thinking about) a kubernetes framework? It's a masterworker, so it should slot in pretty nicely

Re: [RESULT][VOTE] Release Apache Mesos 0.18.2 (rc1)

2014-05-19 Thread Tim St Clair
Thanks Niklas - Updated Fedora channels in preparation: http://koji.fedoraproject.org/koji/buildinfo?buildID=516853 Cheers, Tim - Original Message - From: Niklas Nielsen n...@qni.dk To: u...@mesos.apache.org, dev dev@mesos.apache.org Sent: Monday, May 19, 2014 3:57:19 PM Subject:

Re: scaling proposals

2014-05-06 Thread Tim St Clair
inline - Original Message - From: Benjamin Hindman b...@eecs.berkeley.edu To: dev dev@mesos.apache.org Sent: Friday, May 2, 2014 4:39:19 PM Subject: Re: scaling proposals First, please accept my apologies for not circling back to this sooner. It's a high-priority issue for me so

Re: mesos style

2014-05-05 Thread Tim St Clair
Many many thanks! Hopefully this can streamline the reviews. - Original Message - From: Benjamin Hindman benjamin.hind...@gmail.com To: dev dev@mesos.apache.org Sent: Friday, May 2, 2014 9:39:56 PM Subject: mesos style Thanks to many people, especially Adam, Dominic, and Vinod

Re: scaling proposals

2014-04-23 Thread Tim St Clair
Typically the process(es) policies that work best, can be drawn on a simple 'old school' flow diagram. Why? Because it becomes obvious when a process is obtuse, or ambiguous. Cheers, Tim - Original Message - From: Vinod Kone vinodk...@gmail.com To: dev dev@mesos.apache.org

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

2014-04-03 Thread Tim St Clair
make check passes, and setup mini cluster so, +1 --- However, fwiw I decided to verify against Spark-0.9 and it appears they had some implied context, which I think is actually a bug in Spark: in

Re: Shepherding on ExternalContainerizer

2014-03-27 Thread Tim St Clair
Folks - This email hints at procedure+policy questions I've had: - What reviews have priority?  How is it assigned? - Should we allow multiple reviewers?  If so, how many?  (Too many cooks spoil the broth) - Is there a 'release wrangler' that keeps track of the JIRAreviews for a specific

Re: Review Request 19487: Change linkage around libjvm to use dlopen.

2014-03-26 Thread Tim St Clair
Absolutely. Cheers, Tim - Original Message - From: Niklas Nielsen n...@qni.dk To: Benjamin Hindman b...@berkeley.edu, Vinod Kone vinodk...@gmail.com, Till Toenshoff toensh...@me.com Cc: Timothy St. Clair tstcl...@redhat.com, Niklas Nielsen n...@qni.dk, mesos dev@mesos.apache.org

mesos-0.18.0-rc3 Fedora Build available.

2014-03-05 Thread Tim St Clair
Folks - Re-base to 0.18.0-rc3 available in rawhide channels: http://koji.fedoraproject.org/koji/packageinfo?packageID=17691 Change log: * Wed Mar 05 2014 Timothy St. Clair tstcl...@redhat.com - 0.18.0-1.a411a4b - Updated to 0.18.0-rc3 - Included sub-packaging around language bindings (Java

Mesos Apache Infra Update w/github

2014-02-19 Thread Tim St Clair
Greetings folks - I'm wondering if anyone has noticed the tighter integration with github that has been added: https://blogs.apache.org/infra/entry/improved_integration_between_apache_and looked at all whether this can work with ReviewBoard (or if it could deprecate it). -- Cheers, Tim

Re: Mesos Apache Infra Update w/github

2014-02-19 Thread Tim St Clair
and it's not clear if it is even supported. On Wed, Feb 19, 2014 at 10:07 AM, Vinod Kone vinodk...@gmail.com wrote: Sweet. Filed https://issues.apache.org/jira/browse/INFRA-7350 On Wed, Feb 19, 2014 at 10:01 AM, Tim St Clair tstcl...@redhat.com wrote: Greetings folks

Re: Mesos Apache Infra Update w/github

2014-02-19 Thread Tim St Clair
the .patch directly in JIRA? The answer is we don't want two issue trackers, three review systems, as there is added project management overhead. On Wed, Feb 19, 2014 at 1:06 PM, Tim St Clair tstcl...@redhat.com wrote: Dave - Spot on! +1 Cheers, Tim - Original Message

Mesos - 0.16.0-rc3 + are now in Fedora Channels.

2014-01-21 Thread Tim St Clair
Greetings Mesos Community - Mesos has been accepted into Fedora channels, and is available in rawhide/F21. http://koji.fedoraproject.org/koji/packageinfo?packageID=17691 I'll be tracking upstream, and if there are others who are interested in contributing to our packaging efforts please feel

Re: RBTools post-review.

2014-01-20 Thread Tim St Clair
to narrow the problem to specific code and so haven't yet opened an issue with the RB team. Do you want to open an issue with them? Am Montag, 20. Januar 2014 schrieb Tim St Clair : Greetings - So I've updated to the lastest RBTools in Fedora 20 and it seems to have broken post

Re: .gitignore for automake files

2014-01-17 Thread Tim St Clair
My typical answer to *this question is to do out-of-source builds where possible. @Vinod Patterns which a user wants Git to ignore in all situations (e.g., backup or temporary files generated by the user’s editor of choice) generally go into a file specified by core.excludesfile in the

Proposal: Build reformation

2014-01-10 Thread Tim St Clair
Greetings mesos-devel - As some of you are aware, I've been working on packaging a mesos.rpm for Fedora.  Some of the details can be found in the links below: - https://bugzilla.redhat.com/show_bug.cgi?id=1010512 - https://fedoraproject.org/wiki/SIGs/bigdata/packaging/Mesos However, in order

Re: mesos and ec2

2013-12-09 Thread Tim St Clair
inline - Original Message - From: Benjamin Hindman benjamin.hind...@gmail.com To: dev dev@mesos.apache.org, u...@mesos.apache.org Sent: Monday, December 9, 2013 2:06:36 PM Subject: mesos and ec2 If you don't use Mesos on EC2 then you can likely stop reading this email. When

Re: mesos and ec2

2013-12-09 Thread Tim St Clair
full ref: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html - Original Message - From: Tim St Clair tstcl...@redhat.com To: u...@mesos.apache.org Cc: dev dev@mesos.apache.org Sent: Monday, December 9, 2013 2:46:46 PM Subject: Re: mesos and ec2

Re: Merging in packaging tools for Mesos

2013-09-24 Thread Tim St Clair
Feel free to ping fedora-java mailing list on *this. I have my own thoughts, but they are the source on java policy thus would answer the question best. Cheers, Tim       - Original Message - From: Jason Dusek jason.du...@gmail.com To: dev@mesos.apache.org, Bernardo Gomez Palacio

Fwd: [PROPOSAL] Aurora for Apache Incubation

2013-09-05 Thread Tim St Clair
I'm game, but my bandwidth will be limited. https://wiki.apache.org/incubator/AuroraProposal I was playing in this space in condor for a while, some of the isolation work (auto-fuse-mounting,chroots,cgroups,namespaces) will likely translate.   Cheers, Tim   - Forwarded Message -

Re: Fresh DEBs/RPMs

2013-08-13 Thread Tim St Clair
Jason - Do you have a .spec somewhere for review? Cheers, Tim - Original Message - From: Jason Dusek jason.du...@gmail.com To: dev@mesos.apache.org Sent: Tuesday, August 13, 2013 1:25:24 PM Subject: Re: Fresh DEBs/RPMs Hi List, We have slightly expanded the list of platforms:

Re: rpm dependency packaging (stout libprocess)

2013-08-01 Thread Tim St Clair
of the PMC will chime in once we get that out of the door. Thanks for your patience! On Thu, Jul 25, 2013 at 12:47 PM, Tim St Clair tstcl...@redhat.com wrote: Folks - As we've outlined in some other tickets, we've been prep-ing mesos for proper rpm packaging. As a 1st pass Björn has

Fwd: Abstraction layer to support both YARN and Mesos

2013-07-31 Thread Tim St Clair
In case folks are not on the other lists.  I saw this and figured they may be further interest. Cheers, Tim - Forwarded Message - From: Vinod Kumar Vavilapalli vino...@apache.org To: yarn-...@hadoop.apache.org Cc: mapreduce-dev mapreduce-...@hadoop.apache.org Sent: Wednesday, July

rpm dependency packaging (stout libprocess)

2013-07-25 Thread Tim St Clair
Folks -      As we've outlined in some other tickets, we've been prep-ing mesos for proper rpm packaging.  As a 1st pass Björn has done a good job in updating the auto-tools settings for stout (https://github.com/3rdparty/stout/pull/4) and the accompanying package details can be found here:

Re: Mesos vs. YARN

2013-07-08 Thread Tim St Clair
with it; or       Spark; or else. And that, IMO, the most important difference of all. Regards,   Cos On Fri, Jul 05, 2013 at 05:44PM, Tim St Clair wrote: Folks -      With YARN reaching beta stage, has anyone done a full feature comparison between YARN and Mesos? (last email thread ~ 2