Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/apex-core/pull/351#discussion_r69362973 --- Diff: engine/src/main/java/com/datatorrent/stram/LocalModeImpl.java --- @@ -54,6 +55,53 @@ public DAG cloneDAG() throws Exception } @Override + public LocalAppHandle launchApp(StreamingApplication application, Configuration configuration, Attribute.AttributeMap + launchAttributes) throws LaunchException + { + try { + //application.populateDAG(getDAG(), configuration == null ? new Configuration(false) : configuration); --- End diff -- Done
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---