[
https://issues.apache.org/jira/browse/APEXCORE-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365338#comment-15365338
]
ASF GitHub Bot commented on APEXCORE-405:
-----------------------------------------
Github user davidyan74 commented on a diff in the pull request:
https://github.com/apache/apex-core/pull/351#discussion_r69830413
--- Diff: api/src/main/java/com/datatorrent/api/Attribute.java ---
@@ -207,6 +209,16 @@ public DefaultAttributeMap clone() throws
CloneNotSupportedException
}
@Override
+ public <T> T getValue(Attribute<T> key)
--- End diff --
Any reason why Context.getValue cannot be used?
> Provide an API to launch DAG on the cluster
> -------------------------------------------
>
> Key: APEXCORE-405
> URL: https://issues.apache.org/jira/browse/APEXCORE-405
> Project: Apache Apex Core
> Issue Type: Improvement
> Reporter: Pramod Immaneni
> Assignee: Pramod Immaneni
>
> Today API exists to launch a DAG in local mode but such an API is not
> available to launch the app on the cluster, only a CLI tool is available.
> Provide an API to be able to do this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)