GitHub user tushargosavi opened a pull request:
https://github.com/apache/incubator-apex-core/pull/206
APEXCORE-107 Allow adding module in DAG specified by property file and json
Changes in this pull request
- setSource, addSink were not handling module proxy port, made this work.
- cleanup proxy port clean up logic.
- created common base class for OperatorMeta and ModuleMeta which will keep
information for ports as this functionality is common between modules and
operators.
- Allow modules to be used while specifying DAG in property file.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tushargosavi/incubator-apex-core APEXCORE-107
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-core/pull/206.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #206
----
commit 5602c36837a34de7fdcdc4bd496679f1c71cbe45
Author: Tushar R. Gosavi <[email protected]>
Date: 2016-01-13T18:52:42Z
APEXCORE-107 Allow adding module in DAG specified by property file and json.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---