Re: Format for attributes with no value

2017-07-10 Thread James Peach

> On Jul 7, 2017, at 4:46 PM, Jeff Kubina  wrote:
> 
> When setting an attribute with no value of a mesos-agent is the colon needed, 
> optional, or must it be omitted? It's not clear from the documentation. For 
> example, which line or lines below are correct?
> 
> att1:val1;att2;att3:val3
> 
> att1:val1;att2:;att3:val3

I don't see a way to express an empty attribute at all :(

Re: Work group on Community

2017-07-10 Thread Vinod Kone
I'll add you to the invite Andy! And yes, newsletter was talked about in
the first WG meeting and we have some volunteers signed up to give it a
shot.

On Mon, Jul 10, 2017 at 1:12 PM, Andy Schwartzmeyer <
andsc...@microsoft.com.invalid> wrote:

> If you guys don’t mind (and it’s not too late), I’d like to join this too.
>
> What James said here:
> >  There is a lot of activity on reviewboard, slack and in design
> documents and collecting that in a regular newsletter would give that
> activity a lot more visibility.
>
> I think is an excellent idea. I, for one, would benefit greatly from us
> putting out a newsletter, and can ensure it has the work we’re doing for
> Mesos on Windows, and the CMake build system.
>
> Thanks,
>
> Andy
>
> From: Jay Guo
> Sent: Sunday, June 25, 2017 9:01 PM
> To: user
> Cc: Vinod Kone; Benjamin Mahler bmah...@mesosphere.io>; Jake Farrell; James
> Peach; dev; Joerg
> Schad
> Subject: Re: Work group on Community
>
> I suppose it's in PST timezone? - J
>
> On Fri, Jun 23, 2017 at 6:00 AM, Judith Malnick 
> wrote:
>
> > Can do!
> > https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fdoodle.com%2Fpoll%2Ftuyhdv55735zmp4b&data=02%7C01%7Candschwa%
> 40microsoft.com%7C966801dd6177432adeb708d4bc47f506%
> 7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636340464627760574&sdata=
> 8U1%2BjBtN2jCuRkGjjXuLVhQ6NI%2FJZ2a83Ub71curLMY%3D&reserved=0
> >
> > On Wed, Jun 21, 2017 at 6:30 PM, Vinod Kone  wrote:
> >
> >> Can we use https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fdoodle.com%2F&data=02%7C01%7Candschwa%40microsoft.com%
> 7C966801dd6177432adeb708d4bc47f506%7C72f988bf86f141af91ab2d7cd011
> db47%7C1%7C0%7C636340464627760574&sdata=CyHRZ72vjVfxHIC7lvgFkgozouIq%
> 2BFgrxxpRNJhkNjk%3D&reserved=0 to arrive at consensus regarding time slot?
> >>
> >> @vinodkone
> >>
> >> On Jun 22, 2017, at 8:07 AM, Judith Malnick 
> >> wrote:
> >>
> >> Hi everyone,
> >>
> >> Thanks for the interest! I know many of you are in Asia for MesosCon, so
> >> I'm just going to propose a few times (Pacific time) and see if anything
> >> works.
> >>
> >>- Monday, June 26th at 5 pm
> >>- Wednesday, June 28th at 10 am
> >>- Thursday, July 6th at 8 am
> >>- Wednesday, July 19th at 10 am
> >>
> >> Tell me what you think about these, and if none of them work we can try
> >> some others.
> >>
> >> All the best!
> >> Judith
> >>
> >>
> >> On Wed, Jun 21, 2017 at 2:47 AM, Jörg Schad 
> wrote:
> >>
> >>> Very excited and happy to join!
> >>>
> >>> On Sat, Jun 17, 2017 at 1:38 AM, James Peach  wrote:
> >>>
> 
>  > On Jun 15, 2017, at 10:57 AM, Vinod Kone 
>  wrote:
>  >
>  > Hi folks,
>  >
>  > Seeing that our first official containerizer WG is off to a good
>  start, we
>  > want to use that momentum to start new WGs.
>  >
>  > I'm proposing that we start a new work group on community. The
>  mission of
>  > this work group would be to figure out ways to grow the size of our
>  > community and improve the experience of community members (users,
>  devs,
>  > contributors, committers etc).
>  >
>  > In the first meeting, we can nail down what the charter of this work
>  group
>  > should be etc. My initial ideas for the topics/components this work
>  group
>  > could cover
>  >
>  > --> Releases
>  > --> Roadmap
>  > --> Reviews
>  > --> JIRA
>  > --> CI
>  >
>  > Over time, I'm hoping that new specific work groups will sprung up
>  that can
>  > own some of these topics.
>  >
>  > If you are interested in joining this work group, please reply to
> this
>  > thread and I'll add you to the invite.
> 
>  I'm interested, but unlikely to have much bandwidth to contribute
>  anything substantial. One suggestion I have is that a Mesos Weekly
> news
>  would be pretty great. There is a lot of activity on reviewboard,
> slack and
>  in design documents and collecting that in a regular newsletter would
> give
>  that activity a lot more visibility.
> 
>  J
> >>>
> >>>
> >>>
> >>
> >>
> >> --
> >> Judith Malnick
> >> DC/OS Community Manager
> >> 310-709-1517 <(310)%20709-1517>
> >>
> >>
> >
> >
> > --
> > Judith Malnick
> > DC/OS Community Manager
> > 310-709-1517 <0310%20709%201517>
> >
>
>


Libraries

2017-07-10 Thread Oeg Bizz
All,    I am continuing developing a Java framework using the Java API rather 
than the HTTP API (long story here).  The ultimate goal is to run the framework 
on its own container, but in the meantime I am constantly making updates to it. 
 So, I would like to be able to run the framework on my Centos 7 node (no 
containers) until is ready.  I have a mesos-master and mesos-slave running on 
different containers.  How can I run the framework WITHOUT installing mesos on 
my computer?  I want to use the libraries contained in the mesos docker 
containers, is that possible?  I tried mounting a volume and copying the 
libmesos from the container to that volume and  set the 
MESOS_NATIVE_JAVA_LIBRARY accordingly, but is complaining about not finding the 
libsvn_delta library.  Is there a list somewhere of all the .so files I need to 
expose?  Is what I am trying to do absurd and I should just installed Mesos?   
I know installing Mesos is the easy answer, but it will be nice to run mesos on 
containers rather than on the computer.  Thanks for your help,

Oscar