[
https://issues.apache.org/jira/browse/APEXCORE-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397910#comment-15397910
]
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_r72670575
--- Diff:
engine/src/test/resources/testOperators/src/main/java/org/apache/apex/test/DevNull.java
---
@@ -16,25 +16,19 @@
* specific language governing permissions and limitations
* under the License.
*/
-package com.example.mydtapp;
+package org.apache.apex.test;
import com.datatorrent.api.DefaultInputPort;
import com.datatorrent.common.util.BaseOperator;
-/**
- * This is a simple output operator that prints everything to stdout
- */
-
-public class StdoutOperator extends BaseOperator
+public class DevNull extends BaseOperator
{
- public final transient DefaultInputPort<Object> in = new
DefaultInputPort<Object>()
+ public transient DefaultInputPort<Object> inputPort = new
DefaultInputPort<Object>()
--- End diff --
why this change?
> 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)