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 2016/02/16 08:13:07 UTC

[2/2] incubator-apex-malhar git commit: Merge branch 'MLHR-1962' of https://github.com/shubham-pathak22/incubator-apex-malhar

Merge branch 'MLHR-1962' of https://github.com/shubham-pathak22/incubator-apex-malhar


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/1afb4a26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/1afb4a26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/1afb4a26

Branch: refs/heads/master
Commit: 1afb4a26fa0f6447d54a1f21705c3dd9a4a4f489
Parents: 1eb554f 0a3e00c
Author: chinmaykolhatkar <ch...@datatorrent.com>
Authored: Tue Feb 16 12:30:25 2016 +0530
Committer: chinmaykolhatkar <ch...@datatorrent.com>
Committed: Tue Feb 16 12:30:25 2016 +0530

----------------------------------------------------------------------
 contrib/pom.xml                                 |   6 +
 .../datatorrent/contrib/parser/JsonParser.java  | 247 +++++++++++
 .../parser/JsonParserApplicationTest.java       |  93 ++++
 .../contrib/parser/JsonParserTest.java          | 443 +++++++++++++++++++
 .../src/test/resources/json-parser-schema.json  |  51 +++
 .../com/datatorrent/lib/parser/JsonParser.java  | 110 -----
 .../datatorrent/lib/parser/JsonParserTest.java  | 228 ----------
 7 files changed, 840 insertions(+), 338 deletions(-)
----------------------------------------------------------------------