Chris Riccomini created SAMZA-15:
------------------------------------

             Summary: Make JobRunner default to PropertiesConfigFactory
                 Key: SAMZA-15
                 URL: https://issues.apache.org/jira/browse/SAMZA-15
             Project: Samza
          Issue Type: Bug
            Reporter: Chris Riccomini


JobRunner requires exactly one config factory, and at least one config path. 
Let's change JobRunner to allow no config factory to be defined, and default to 
PropertiesConfigFactory in such a case.

An additional feature that I haven't thought through would be to allow an 
environment variable to define the config factory when one is not passed in via 
the CLI. The resolution order would be CLI parameter, then environment variable 
(SAMZA_CONFIG_FACTORY), then PropertiesConfigFactory.

--
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