You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/15 06:34:24 UTC

[jira] [Commented] (STORM-267) storm.yaml references invalid package for LoggingMetricsConsumer

    [ https://issues.apache.org/jira/browse/STORM-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998434#comment-13998434 ] 

ASF GitHub Bot commented on STORM-267:
--------------------------------------

GitHub user stphung opened a pull request:

    https://github.com/apache/incubator-storm/pull/115

    STORM-267 - Corrected namespace for LoggingMetricsConsumer

    Simple change from plural to non-plural to match the namespace as described in the JIRA ticket.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stphung/incubator-storm STORM-267

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-storm/pull/115.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #115
    
----
commit b75e433b07b3459d31a67ce8b446333380078e48
Author: Steven Phung <st...@gmail.com>
Date:   2014-05-15T04:30:26Z

    STORM-267 - Corrected namespace for LoggingMetricsConsumer

----


> storm.yaml references invalid package for LoggingMetricsConsumer
> ----------------------------------------------------------------
>
>                 Key: STORM-267
>                 URL: https://issues.apache.org/jira/browse/STORM-267
>             Project: Apache Storm (Incubating)
>          Issue Type: Bug
>            Reporter: Nicholas Verbeck
>            Priority: Trivial
>
> In the example for Metrics Consumers in storm.yaml the package for LoggingMetricsConsumer is incorrect. Simply there is an extra 's'.
> Current the package is displayed as:
> backtype.storm.metrics.LoggingMetricsConsumer
> should be
> backtype.storm.metric.LoggingMetricsConsumer
> Trivial, but may cause a problem when someone just uncomments the example line to enable it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)