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

Reply via email to