You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Fred Ji (JIRA)" <ji...@apache.org> on 2017/03/15 17:56:41 UTC

[jira] [Created] (SAMZA-1143) Universal config support for localized resource

Fred Ji created SAMZA-1143:
------------------------------

             Summary: Universal config support for localized resource
                 Key: SAMZA-1143
                 URL: https://issues.apache.org/jira/browse/SAMZA-1143
             Project: Samza
          Issue Type: New Feature
            Reporter: Fred Ji


Currently, every time we add a new resource for localization, we need to modify the Samza code, as the preparation for the localResource is coded for each specific localizer, such as "yarn.package.path" for localizing the package. 

But sometimes, we need to get different resources for localization, one use case is to get the certificate for the samza app to communicate with other services. We do not know details until we use them, so it is better to keep the context for that in the configuration so that the users who are using them can control these resource localization. 

A common configuration for localizer resource would be like the following: 
key: yarn.localizer.resource.<resourceVisibility>.<resourceType>.<resourceName>
value: <resourcePath>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)