Change maven builds to batch mode

2016-06-29 Thread Charles Allen
https://github.com/apache/mesos/pull/111 This PR changes the makefile targets invoking maven to also use the -B option to enable batch mode. This allows the output to be better suited for automated build processes.

Re: Change maven builds to batch mode

2016-06-29 Thread Charles Allen
ter/docs/submitting-a-patch.md#submit-your-patch > to submit the patch in reviewboard. > > On Thu, Jun 30, 2016 at 7:31 AM, Charles Allen < > charles.al...@metamarkets.com> wrote: > > > https://github.com/apache/mesos/pull/111 > > > > This PR changes the make

Shepherd for 49422

2016-06-30 Thread Charles Allen
https://reviews.apache.org/r/49422/ is a short patch which causes maven related targets to run in batch mode, thus reducing and cleaning log output during a build process for the maven components. Is anyone willing to be a Shepherd for this short patch?

Re: Shepherd for 49422

2016-06-30 Thread Charles Allen
Thanks Vinod! Looks like there was already some activity from haosdent huang (thanks Haosdent!). So I'm not sure if the next step is on me, you, or Haosdent On Thu, Jun 30, 2016 at 11:04 AM Vinod Kone wrote: > I'm happy to shepherd. > > On Thu, Jun 30, 2016 at 10:2

Shepherd for MESOS-5929

2016-08-05 Thread Charles Allen
https://reviews.apache.org/r/50862/ which is a proposed fix for MESOS-5929 needs a shepherd. Is anyone able to do that?

Re: Unified cgroups isolator

2016-09-14 Thread Charles Allen
That's awesome, great work! On Tue, Sep 13, 2016 at 5:10 PM Qian Zhang wrote: > Thanks @haosdent's awesome work and @Jie's great shepherding and guidance > on this project! > > > Thanks, > Qian Zhang > > On Wed, Sep 14, 2016 at 7:56 AM, Gilbert Song > wrote: > >> Awesome! >> >> Kudos to @haosd

Need Champion for MESOS-6210

2016-09-20 Thread Charles Allen
https://reviews.apache.org/r/52105/ for https://issues.apache.org/jira/browse/MESOS-6210 Anyone willing to be champion for that, please?

Re: Need Champion for MESOS-6210

2016-09-20 Thread Charles Allen
Thanks! On Tue, Sep 20, 2016 at 5:02 PM Vinod Kone wrote: > I can shepherd this. Thanks for the patch! > > On Tue, Sep 20, 2016 at 4:36 PM, Charles Allen < > charles.al...@metamarkets.com> wrote: > > > https://reviews.apache.org/r/52105/ for > > https://issues.

Re: Structured logging for Mesos (or c++ glog)

2016-12-19 Thread Charles Allen
For what its worth we use SumoLogic and the magic parsing search looks like this: parse regex field=message "^(?[IWE])(?[0-9]{4} [0-9:.]*) [0-9]* (?[0-9a-zA-Z.]*):(?[0-9]*)] (?.*)$" On Mon, Dec 19, 2016 at 11:15 AM Joris Van Remoortere wrote: > @Zhitao are you looking specifically for structu

Re: Task id length restrictions

2017-02-24 Thread Charles Allen
This causes a side-effect for us where our logging program which is file path based, has a hard time matching up stderr / stdout and other logs to the applications that are generating them. I've been meaning to write a https://mesos.apache.org/documentation/latest/logging/ ContainerLogger that can

CPU Affinity in a cloud environment

2017-03-22 Thread Charles Allen
e the NUMA topology of the machines is abstracted away and not necessarily guaranteed visible to a guest OS, is there any way the efficacy of CPU Affinity in a virtual cloud environment can even be validated? Cheers, Charles Allen

Portage (CoreOS) overlay for Mesos

2017-03-26 Thread Charles Allen
/blob/16dabca45bb15a8e1b33c7b39af86018db1e336e/sys-cluster/mesos/mesos-1.2.0.ebuild#L34 This is still a work in progress, but wanted to spread some knowledge in case someone else was working on this as well. Cheers, Charles Allen

Mesos at Metamarkets

2017-09-15 Thread Charles Allen
Just fyi, a post went live that talks a bit about how we use Mesos at Metamarkets to run Druid and Spark on the same machines. https://metamarkets.com/2017/druid-and-spark-together-mixing-analytics-workflows/ Cheers, Charles Allen

Re: Mesos at Metamarkets

2017-09-20 Thread Charles Allen
gards to metrics and measuring of containers, having the Mesos agents register with all cgroups that they can expose through /monitor/statistics just for executor tracking purposes would be an awesome feature to implement. Cheers, Charles Allen On Tue, Sep 19, 2017 at 1:13 PM Benjamin Mahler wrote:

Re: Mesos at Metamarkets

2017-09-21 Thread Charles Allen
r similar) would be fantastic. > > > This is an interesting idea! DC/OS has a custom isolator module that does > that (do tagging and expose a statsd endpoint). I would love to see such a > functionality in upstream Mesos. > > - Jie > > On Wed, Sep 20, 2017 at 2:29 PM, Charles

Re: [E] Re: [Proposal] Mesos on ARM

2017-09-26 Thread Charles Allen
Given that the Raspberry Pi is designed to be an educational tool, being able to have schools give students distributed systems experience easily sounds like a win, and if they cut their teeth on Mesos that's even more of a win for the project. On Tue, Sep 26, 2017 at 9:39 AM Neth, Craig Allen wr

Static build?

2017-10-31 Thread Charles Allen
Is it possible to statically build mesos? https://issues.apache.org/jira/browse/MESOS-8127 fails for me. Some other related tickets https://issues.apache.org/jira/browse/MESOS-1633 https://issues.apache.org/jira/browse/MESOS-144 Thank you, Charles Allen

Re: Static build?

2017-11-01 Thread Charles Allen
--config Release' returned a non-zero code: 2 based on a Docker build that looks like RUN set -ex && \ cmake .. -DBUILD_SHARED_LIBS=FALSE -DCMAKE_INSTALL_PREFIX=/opt/mesos && \ cmake --build . --config Release On Tue, Oct 31, 2017 at 10:25 AM James Peach wrote: >