You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by ch...@apache.org on 2015/09/10 00:12:41 UTC

[10/50] incubator-apex-core git commit: Merge branch 'SchemaSupport_3.1.0' of https://github.com/chandnisingh/Apex into chandnisingh-SchemaSupport_3.1.0

Merge branch 'SchemaSupport_3.1.0' of https://github.com/chandnisingh/Apex into chandnisingh-SchemaSupport_3.1.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/19d66582
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/19d66582
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/19d66582

Branch: refs/heads/master
Commit: 19d665824974c5406b642d0c1aba83c699499b71
Parents: 528423a 61929b5
Author: thomas <th...@datatorrent.com>
Authored: Wed Aug 5 20:46:42 2015 -0700
Committer: thomas <th...@datatorrent.com>
Committed: Wed Aug 5 20:46:42 2015 -0700

----------------------------------------------------------------------
 .../main/java/com/datatorrent/api/Context.java  |   7 +
 .../annotation/InputPortFieldAnnotation.java    |  10 +-
 .../annotation/OutputPortFieldAnnotation.java   |  10 +
 .../java/com/datatorrent/stram/cli/DTCli.java   |  15 +-
 .../stram/plan/logical/LogicalPlan.java         |  15 ++
 .../plan/logical/LogicalPlanConfiguration.java  |  26 +-
 .../stram/webapp/OperatorDiscoverer.java        | 235 +++++++++++++------
 .../com/datatorrent/stram/webapp/TypeGraph.java |  28 +++
 .../plan/LogicalPlanConfigurationTest.java      |  65 ++++-
 .../stram/plan/SchemaTestOperator.java          |  33 +++
 .../stram/webapp/OperatorDiscoveryTest.java     |  64 ++++-
 .../src/test/resources/schemaTestTopology.json  |  43 ++++
 12 files changed, 473 insertions(+), 78 deletions(-)
----------------------------------------------------------------------