You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by ti...@apache.org on 2015/09/24 22:59:09 UTC

[2/2] incubator-apex-malhar git commit: Merge branch 'TopNWords' into devel-3

Merge branch 'TopNWords' into devel-3


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

Branch: refs/heads/devel-3
Commit: ae5f1ede5260e59bb1c2943cbf62d26d58a69b24
Parents: d710af9 0a5914c
Author: Timothy Farkas <ti...@datatorrent.com>
Authored: Thu Sep 24 13:56:31 2015 -0700
Committer: Timothy Farkas <ti...@datatorrent.com>
Committed: Thu Sep 24 13:56:31 2015 -0700

----------------------------------------------------------------------
 demos/wordcount/pom.xml                         |   8 +
 .../wordcount/ApplicationWithQuerySupport.java  | 122 ++++++++
 .../demos/wordcount/FileWordCount.java          | 288 +++++++++++++++++++
 .../datatorrent/demos/wordcount/LineReader.java |  95 ++++++
 .../com/datatorrent/demos/wordcount/WCPair.java |  34 +++
 .../demos/wordcount/WindowWordCount.java        |  82 ++++++
 .../demos/wordcount/WordCountWriter.java        |  90 ++++++
 .../datatorrent/demos/wordcount/WordReader.java |  69 +++++
 .../src/main/resources/META-INF/properties.xml  |  88 +++++-
 .../src/main/resources/WordDataSchema.json      |   4 +
 10 files changed, 869 insertions(+), 11 deletions(-)
----------------------------------------------------------------------