Re: Deprecating /stats.json endpoints

2015-03-03 Thread Dominic Hamon
This change has landed in head: commit d9ba9199a8c8357ab13a1b14f8ee63409c5ac310 (HEAD, origin/master, origin/HEAD, master) Author: Dominic Hamon dha...@twitter.com Commit: Dominic Hamon dha...@twitter.com Deprecate /stats.json endpoint and supporting code. Review: https

Deprecating /stats.json endpoints

2015-01-26 Thread Dominic Hamon
with a note to this effect. Please update any endpoint scraping tools. -- Dominic Hamon | @mrdo | Twitter *There are no bad ideas; only good ideas that go horribly wrong.*

Re: Rocket

2014-12-01 Thread Dominic Hamon
isolators into Rocket runtime. Like to learn what you all think, Thanks! -- Dominic Hamon | @mrdo | Twitter *There are no bad ideas; only good ideas that go horribly wrong.*

Re: Programmatic Mesos version detection/extraction?

2014-11-12 Thread Dominic Hamon
, or maybe an MBean or some other way to get to this info? Thanks, Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr Elasticsearch Support * http://sematext.com/ -- Dominic Hamon | @mrdo | Twitter *There are no bad ideas; only good ideas that go horribly wrong.*

Re: Programmatic Mesos version detection/extraction?

2014-11-12 Thread Dominic Hamon
? Thanks, Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr Elasticsearch Support * http://sematext.com/ On Wed, Nov 12, 2014 at 4:44 PM, Dominic Hamon dha...@twitter.com wrote: There is a /state.json endpoint you can find that contains a 'version' key

Re: Why rely on url scheme for fetching?

2014-11-03 Thread Dominic Hamon
urls such as tachyon://... snackfs:// ... cfs:// ftp://... s3://... http:// ... file:// with no extra effort. This makes up for a much better experience when it comes to debugging and extensibility. What do others think about this? - Ankur -- Dominic Hamon | @mrdo | Twitter

Re: build failure on mac os x

2014-11-01 Thread Dominic Hamon
libsubversion was added as a dependency recently. However it's lack should have been caught by the configure step. I don't know enough about osx and libsubversion to know if there's something special you need to do. On Nov 1, 2014 2:05 AM, Ankur Chauhan an...@malloc64.com wrote: I am trying to

Re: 'make check' triggered an oom situation

2014-10-06 Thread Dominic Hamon
are the minimum hardware requirements for running 'make check'? I'm using an m3.xlarge ec2 instance. -- Valeriu Mutu -- Dominic Hamon | @mrdo | Twitter *There are no bad ideas; only good ideas that go horribly wrong.*

Re: Mesos language bindings in the wild

2014-07-17 Thread Dominic Hamon
-level API. Sorry for the confusion, Niklas On 10 July 2014 15:55, Dominic Hamon dha...@twopensource.com http://JAVASCRIPT-BLOCKED; wrote: In my dream world, we wouldn't need any native bindings. I can imagine having example frameworks or starter frameworks that use

Re: Mesos language bindings in the wild

2014-07-11 Thread Dominic Hamon
to its language (only Go, only Python and so on) i.e. use the low-level API. Sorry for the confusion, Niklas On 10 July 2014 15:55, Dominic Hamon dha...@twopensource.com wrote: In my dream world, we wouldn't need any native bindings. I can imagine having example frameworks

Re: Mesos language bindings in the wild

2014-07-11 Thread Dominic Hamon
to its language (only Go, only Python and so on) i.e. use the low-level API. Sorry for the confusion, Niklas On 10 July 2014 15:55, Dominic Hamon dha...@twopensource.com wrote: In my dream world, we wouldn't need any native bindings. I can imagine having example frameworks

Re: Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-07-07 Thread Dominic Hamon
: the new stats endpoint? Thanks, Dave On Thu, Jun 26, 2014 at 1:26 PM, Dominic Hamon dha...@twitter.com wrote: In 0.20, stats.json is completely represented by the new endpoint. stats.json will be deprecated in one of the next few versions. On Jun 26, 2014 1:10 PM, Ray Rodriguez rayrod2

Re: 0.19.1

2014-07-04 Thread Dominic Hamon
Hi Can you give some background as to why this is a critical fix? We try to minimise what we include in bug fix releases to avoid feature creep. Thanks On Jul 4, 2014 12:31 PM, Tom Arnfeld t...@duedil.com wrote: Any chance we can get https://issues.apache.org/jira/browse/MESOS-1448 too? On

Re: Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-06-26 Thread Dominic Hamon
In 0.20, stats.json is completely represented by the new endpoint. stats.json will be deprecated in one of the next few versions. On Jun 26, 2014 1:10 PM, Ray Rodriguez rayrod2...@gmail.com wrote: Hey Ben, It looks like /metrics/snapshot is a subset of the metrics exposed from /stats.json. Is