You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2013/03/15 02:37:11 UTC

[jira] [Commented] (FLUME-1932) no-reload-conf command line param does not work

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

Mike Percy commented on FLUME-1932:
-----------------------------------

+1 lgtm
                
> no-reload-conf command line param does not work
> -----------------------------------------------
>
>                 Key: FLUME-1932
>                 URL: https://issues.apache.org/jira/browse/FLUME-1932
>             Project: Flume
>          Issue Type: Bug
>            Reporter: Hari Shreedharan
>            Assignee: Hari Shreedharan
>            Priority: Minor
>         Attachments: FLUME-1932.patch
>
>
> In Application.java
> {code}
> option = new Option(null, "no-reload-conf", false, "do not reload " +
>    "conf file if changed");
> options.addOption(option);
> {code}
> and later:
> {code}
> boolean reload = !commandLine.hasOption("no-reload");
> {code}
> The command line option does not have any effect.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira