Re: Welcome James Peach as a new committer and PMC memeber!

2017-09-06 Thread Sam
Congrats, way to go Regards, Sam Chen | APJ Country Director | DC/OS Evangelist > Build and run modern apps > at scale using DC/OS > On Sep 7, 2017, at 5:08 AM, Yan Xu wrote: > > Hi Mesos devs and users, > > Please welcome James Peach as a new Apache Mesos committer

Re: When is support for the AMD GPU driver on Mesos?

2017-09-06 Thread j...@is-land.com.tw
On 2017-09-07 10:28, Benjamin Mahler wrote: > AMD support is not planned, no users have asked for it as far as I know. > > Nvidia support in mesos means: > > (1) Automatic detection of the GPUs via the NVML libraries. > (2) Enforced isolation via device access. > (3)

Re: When is support for the AMD GPU driver on Mesos?

2017-09-06 Thread Benjamin Mahler
AMD support is not planned, no users have asked for it as far as I know. Nvidia support in mesos means: (1) Automatic detection of the GPUs via the NVML libraries. (2) Enforced isolation via device access. (3) Automatically making the nvidia driver libraries available within the container. We

When is support for the AMD GPU driver on Mesos?

2017-09-06 Thread j...@is-land.com.tw
Hi all: So far, The Mesos GPU resources only support the Nvidia driver. When is support for the AMD GPU driver or another GPU driver on Mesos? Thanks.

Re: Welcome James Peach as a new committer and PMC memeber!

2017-09-06 Thread Thodoris Zois
Congratulations James!! Thodoris > On 7 Sep 2017, at 01:06, Avinash Sridharan wrote: > > Congrats James !! Very well deserved. >> On Wed, Sep 6, 2017 at 5:47 PM Benjamin Mahler wrote: >> >> Thanks for all that you've done so far for the project

Re: Welcome James Peach as a new committer and PMC memeber!

2017-09-06 Thread Avinash Sridharan
Congrats James !! Very well deserved. On Wed, Sep 6, 2017 at 5:47 PM Benjamin Mahler wrote: > Thanks for all that you've done so far for the project James! > > On Wed, Sep 6, 2017 at 2:08 PM, Yan Xu wrote: > >> Hi Mesos devs and users, >> >> Please welcome

Re: Welcome James Peach as a new committer and PMC memeber!

2017-09-06 Thread Benjamin Mahler
Thanks for all that you've done so far for the project James! On Wed, Sep 6, 2017 at 2:08 PM, Yan Xu wrote: > Hi Mesos devs and users, > > Please welcome James Peach as a new Apache Mesos committer and PMC member. > > James has been an active contributor to Mesos for over two

Re: Welcome James Peach as a new committer and PMC memeber!

2017-09-06 Thread Vinod Kone
Congrats and welcome! On Wed, Sep 6, 2017 at 2:22 PM, Jie Yu wrote: > Congrats James! Well deserved! > > On Wed, Sep 6, 2017 at 2:08 PM, Yan Xu wrote: > >> Hi Mesos devs and users, >> >> Please welcome James Peach as a new Apache Mesos committer and PMC

Re: Welcome James Peach as a new committer and PMC memeber!

2017-09-06 Thread Jie Yu
Congrats James! Well deserved! On Wed, Sep 6, 2017 at 2:08 PM, Yan Xu wrote: > Hi Mesos devs and users, > > Please welcome James Peach as a new Apache Mesos committer and PMC member. > > James has been an active contributor to Mesos for over two years now. He > has made many

Welcome James Peach as a new committer and PMC memeber!

2017-09-06 Thread Yan Xu
Hi Mesos devs and users, Please welcome James Peach as a new Apache Mesos committer and PMC member. James has been an active contributor to Mesos for over two years now. He has made many great contributions to the project which include XFS disk isolator, improvement to Linux capabilities support

Re: TASK_FAILED - Mesos Container Images

2017-09-06 Thread Thodoris Zois
Yes you are right, this is the problem. I aso noticed it. Docker image has no privileges so script can't execute this command. Is there any way to use arguments in proto? Or i have to set command to the task? And set shell to true? Thodoris > On 6 Sep 2017, at 18:26, James Peach

Re: TASK_FAILED - Mesos Container Images

2017-09-06 Thread James Peach
> On Sep 6, 2017, at 4:41 AM, Thodoris Zois wrote: > > Hello, > > I am using the Mesos Containerizer with Docker Images. The problem is that > whenever a container exits my task gets TASK_FAILED because the container > exits with ‘1’. > My docker file invokes a shell

TASK_FAILED - Mesos Container Images

2017-09-06 Thread Thodoris Zois
Hello, I am using the Mesos Containerizer with Docker Images. The problem is that whenever a container exits my task gets TASK_FAILED because the container exits with ‘1’. My docker file invokes a shell script via CMD /script.sh. My protobuff can be found below: https://pastebin.com/1agjAFdm