You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Daniel del Castillo (JIRA)" <ji...@apache.org> on 2015/11/06 10:53:27 UTC

[jira] [Created] (FALCON-1591) Allow users to use a properties file when entities are scheduled

Daniel del Castillo created FALCON-1591:
-------------------------------------------

             Summary: Allow users to use a properties file when entities are scheduled
                 Key: FALCON-1591
                 URL: https://issues.apache.org/jira/browse/FALCON-1591
             Project: Falcon
          Issue Type: Improvement
          Components: oozie
    Affects Versions: trunk
            Reporter: Daniel del Castillo
            Priority: Minor


The _schedule_ command now accepts a _properties_ option where users can pass properties formatted as

{code}
key1:val1,key2:val2,...,keyN:valN
{code}

For a large number of properties this is too verbose and requires a lot of typing.

This ticket is to provide the same functionality as the _properties_ option using a text file to provide the key-value pairs in standard Java properties file format.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)