You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/03/06 07:35:43 UTC

[jira] [Updated] (FALCON-302) Issues with distributed package properties

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

Shwetha G S updated FALCON-302:
-------------------------------

    Attachment: FALCON-302-v3.patch

re-based patch

> Issues with distributed package properties
> ------------------------------------------
>
>                 Key: FALCON-302
>                 URL: https://issues.apache.org/jira/browse/FALCON-302
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Shwetha G S
>            Assignee: Shwetha G S
>             Fix For: 0.5
>
>         Attachments: FALCON-302-v2.patch, FALCON-302-v3.patch, FALCON-302.patch
>
>
> 1. there is no config.store.uri defined for falcon and prism separately
> 2. If there is a property defined for different domain, falcon star fails:
> {noformat}
> java.lang.NullPointerException
>         at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
>         at java.util.regex.Matcher.reset(Matcher.java:291)
>         at java.util.regex.Matcher.<init>(Matcher.java:211)
>         at java.util.regex.Pattern.matcher(Pattern.java:888)
>         at org.apache.falcon.expression.ExpressionHelper.substitute(ExpressionHelper.java:189)
>         at org.apache.falcon.expression.ExpressionHelper.substitute(ExpressionHelper.java:185)
>         at org.apache.falcon.util.ApplicationProperties.doLoadProperties(ApplicationProperties.java:145)
>         at org.apache.falcon.util.ApplicationProperties.loadProperties(ApplicationProperties.java:87)
>         at org.apache.falcon.util.ApplicationProperties.loadProperties(ApplicationProperties.java:67)
>         at org.apache.falcon.util.ApplicationProperties.init(ApplicationProperties.java:53)
>         at org.apache.falcon.util.ApplicationProperties.<init>(ApplicationProperties.java:48)
>         at org.apache.falcon.util.StartupProperties.<init>(StartupProperties.java:37)
>         at org.apache.falcon.util.StartupProperties.get(StartupProperties.java:48)
> {noformat}
> 3. FALCON_OPTS should use different names for server, client and prism
> 4. EL substitute not called for getting domain in ApplicationProperties



--
This message was sent by Atlassian JIRA
(v6.2#6252)