Re: Could mesos be a replacement for yarn?

2016-12-20 Thread Klaus Ma
I don-t think so :(. There's Apache incubator project, named Myriad, can run YARN on Mesos, but it's far away from production. On Wed, Dec 21, 2016 at 12:01 AM Dima Fadeyev wrote: > Hello, everyone, > > Is it possible to run software from hadoop ecosystem on mesos? Do

Re: Welcome Haosdent Huang as Mesos Committer and PMC member!

2016-12-20 Thread Aaron Carey
Congratulations! Very well deserved! Always so helpful :) Aaron Carey Production Engineer - Cloud Pipeline Industrial Light & Magic London 020 3751 9150 On 20 December 2016 at 01:24, Jie Yu wrote: > Congrats! Well deserved!! > > Always wondering why you have so much time!

Re: how to debug when a task is killed

2016-12-20 Thread Luke Adolph
My app does not provide health check mechanism. And I have got the reason: *Not enough memory*. I should provide more memory for my app on Marathon. Thanks all! ​ 2016-12-20 15:17 GMT+08:00 haosdent : > Do you configure health check? If you configure health check and it could

Re: Mesos on AWS

2016-12-20 Thread Kiril Menshikov
​Hey, Sorry for delayed response. I reinstalled my AWS infrastructure. Now I install everything on RedHat linux. Before I use Amazon Linux. I tested with single master (m4.large). Everything works perfect. I am not sure if it was Amazon Linux or my old configurations. Thanks, ​-Kirils On 18

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

2016-12-20 Thread Otis Gospodnetić
Hi Zhitao, When people talk about structure and logging it typically means two things: 1) make the log format a known/standard format where all its elements are known, and thus it's easy to parse them; a log event can still be a single line, but it can also be multi-line or JSON or some other

Re: Welcome Haosdent Huang as Mesos Committer and PMC member!

2016-12-20 Thread Gastón Kleiman
Congratulations! Very well deserved =). On Tue, Dec 20, 2016 at 11:17 AM, Aaron Carey wrote: > Congratulations! Very well deserved! Always so helpful :) > > Aaron Carey > Production Engineer - Cloud Pipeline > Industrial Light & Magic > London > 020 3751 9150 > > > On 20

Could mesos be a replacement for yarn?

2016-12-20 Thread Dima Fadeyev
Hello, everyone, Is it possible to run software from hadoop ecosystem on mesos? Do these work: Hive, Oozie, Sqoop, MRv2, Pig? Thanks in advance and best regards

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

2016-12-20 Thread Zhitao Li
Hi Otis, Thanks for the good summary. The conversation is mostly about 1) in this thread, because right now Mesos logs are not really structured, or at least most of it. On Tue, Dec 20, 2016 at 6:57 AM, Otis Gospodnetić < otis.gospodne...@gmail.com> wrote: > Hi Zhitao, > > When people talk