You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "sandeep samudrala (JIRA)" <ji...@apache.org> on 2015/08/03 12:26:04 UTC

[jira] [Updated] (FALCON-1364) Missing prefix in runtime.properties

     [ https://issues.apache.org/jira/browse/FALCON-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sandeep samudrala updated FALCON-1364:
--------------------------------------
    Attachment: FALCON-1364.patch

I changed the runtime.properties with "*."
ApplicationPropertiesTest is already testing this with runtime.properties commons.
as
{noformat}
*.webservices.default.max.results.per.page=3000
*.webservices.default.results.per.page=3000
{noformat}

> Missing prefix in runtime.properties 
> -------------------------------------
>
>                 Key: FALCON-1364
>                 URL: https://issues.apache.org/jira/browse/FALCON-1364
>             Project: Falcon
>          Issue Type: Improvement
>            Reporter: Ajay Yadava
>            Assignee: sandeep samudrala
>              Labels: newbie
>         Attachments: FALCON-1364.patch
>
>
> Falcon only reads the properties which are prefixed with "{domain}." where {domain} is the domain configured in the properties file like runtime.properties or the properties prefixed with "*.".
> Currently the properties listed in runtime.properties don't have any prefix A new user who doesn't know that the properties need to be prefixed with "domain." or "*." will override those properties and expect changes to reflect. 
> We should prefix all properties with *. so that it works out of the box.



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