You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2013/03/07 00:48:12 UTC

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

Hari Shreedharan created FLUME-1932:
---------------------------------------

             Summary: 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
            Priority: Minor


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