[
https://issues.apache.org/jira/browse/APEXCORE-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216876#comment-15216876
]
ASF GitHub Bot commented on APEXCORE-409:
-----------------------------------------
Github user PramodSSImmaneni commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/288#discussion_r57803619
--- Diff: docs/application_development.md ---
@@ -1196,12 +1194,54 @@ public class Application implements
StreamingApplication
}
```
+JSON File DAG Specification
+--------------------------
+In addition to Java, you can also specify the DAG using JSON, provided the
operators in the DAG are present in the dependency jars. In the
src/main/resources/app directory of the app package project, you can put your
JSON files there. This is the specification of a JSON file that specifies an
application.
--- End diff --
Can you add a blurb to create the app folder if it does not exist
> Document json application format
> --------------------------------
>
> Key: APEXCORE-409
> URL: https://issues.apache.org/jira/browse/APEXCORE-409
> Project: Apache Apex Core
> Issue Type: Improvement
> Reporter: Pramod Immaneni
> Assignee: David Yan
>
> Apex support application specification in JSON. Can we document it on this
> page
> http://apex.incubator.apache.org/docs/apex/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)