[
https://issues.apache.org/jira/browse/APEXCORE-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15408337#comment-15408337
]
ASF GitHub Bot commented on APEXCORE-495:
-----------------------------------------
Github user davidyan74 commented on a diff in the pull request:
https://github.com/apache/apex-core/pull/360#discussion_r73583092
--- Diff: engine/src/test/java/com/datatorrent/stram/cli/ApexCliTest.java
---
@@ -53,16 +56,16 @@
private static File configFile;
- private static AppPackage ap;
- private static ConfigPackage cp;
- static TemporaryFolder testFolder = new TemporaryFolder();
- static ApexCli cli = new ApexCli();
+ private AppPackage ap;
+ private ConfigPackage cp;
+ TemporaryFolder testFolder = new TemporaryFolder();
+ ApexCli cli = new ApexCli();
- static Map<String, String> env = new HashMap<String, String>();
- static String userHome;
+ Map<String, String> env = new HashMap<String, String>();
+ String userHome;
- @BeforeClass
- public static void starting()
+ @Before
+ public void starting()
--- End diff --
Can you explain why this change is needed?
> 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)