Re: LoggingMetricsConsumer

2014-09-26 Thread John Reilly
called, but never the handleDataPoints() function. > > Thanks > > On Thu, Sep 25, 2014 at 1:33 PM, John Reilly wrote: > >> It is called by the MetricsConsumerBolt which is created by storm when a >> worker is starting up. When you define a metrics consumer, you should s

Re: LoggingMetricsConsumer

2014-09-25 Thread John Reilly
It is called by the MetricsConsumerBolt which is created by storm when a worker is starting up. When you define a metrics consumer, you should see metrics output every 60 seconds. Also, I think the metrics code was only introduced in 0.9.0 so you would need to be running at least that version. O

Re: metrics consumer logging stormUI data

2014-09-25 Thread John Reilly
It is not necessary to have debug enabled to get metrics. Also, it is independent of storm ui. The ui does not need to be running - the metrics are reported by the workers. On Wed, Sep 24, 2014 at 12:12 PM, Raphael Hsieh wrote: > In order to get this / have the metrics consumer work, do I nee

Re: Multiple groupBy with Trident

2014-09-15 Thread John Reilly
Can you split the initial stream into 2 identical streams (using a bolt) and then perform a groupBy on each of the streams and then combine the output of those 2 groupBys? On Fri, Sep 12, 2014 at 9:51 AM, Bechennec, Marion wrote: > Hi, > > For one of our applications we are trying to perform mul

Re: Supervisor unable to connect to zookeeper

2014-09-08 Thread John Reilly
It appears to be trying to connect to zk on 127.0.01:2181 which is incorrect if you have zookeeper running on it's own server (as you mentioned above). I would guess that you have not configured a zookeeper server or it is not configured correctly. On Mon, Sep 8, 2014 at 8:16 AM, ​Chandrahas Gurr