Hi All, I have pull request #206 to allow using module in DAG specified by property file and json file.
- setSource, addSink api were not handling module proxy ports, Fixed this issue in this pull request. - Cleanup proxy port handling. - Created common base class (NodeMeta) for OperatorMeta and ModuleMeta which will keep information for ports as this functionality is common between modules and operators. most of the code changes in LogicalPlan is changing variable name from operatorMeta to nodeMeta in some places. - Allow modules to be used while specifying DAG in property file. The syntax is same as adding operator to the DAG. This will allow existing tools to be used without much changes. Regards, -Tushar.
