You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/21 23:08:20 UTC

[jira] [Commented] (APEXCORE-495) Enhancing the configuration package to store apps

    [ https://issues.apache.org/jira/browse/APEXCORE-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15388585#comment-15388585 ] 

ASF GitHub Bot commented on APEXCORE-495:
-----------------------------------------

GitHub user sandeshh opened a pull request:

    https://github.com/apache/apex-core/pull/360

    *review only* APEXCORE-495 supporting apps in config package.

    1. Added support to store apps in the config file
    2. By default apps from the config and app package gets merged (During conflict Config apps overwrite the AppPackage apps)
    3. New option during launch, "onlyConfigApps", which will only show config apps
    4. Assumes that the operators are not part of App jars.
    
    TODO: Add unit test

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sandeshh/apex-core APEXCORE-495

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/apex-core/pull/360.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #360
    
----
commit f75d747df24c146110e1e276521f16782be61762
Author: sandeshh <sa...@gmail.com>
Date:   2016-07-21T22:18:29Z

    APEXCORE-495
    1. Added support to store apps in the config file
    2. By default apps from the config and app package gets merged (During conflict Config apps overwrite the AppPackage apps)
    3. New option during launch, "onlyConfigApps", which will only show config apps
    4. Assumes that the operators are not part of App jars.

----


> Enhancing the configuration package to store apps
> -------------------------------------------------
>
>                 Key: APEXCORE-495
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-495
>             Project: Apache Apex Core
>          Issue Type: Improvement
>            Reporter: Sandesh
>            Assignee: Sandesh
>
> Apex supports configuration package, separates application package from the actual configuration. (http://docs.datatorrent.com/configuration_packages/)
> We want to enhance the configuration package by adding support to "add Apps" (json format). 
> UseCase: Multiple users sharing the same app package, but have a different view of the golden copy of the app package.
> Note: This feature is requested by an Apex user.



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