Merge branch 'APEXMALHAR-2365-LogParser' of https://github.com/jogshraddha/apex-malhar
Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/113978fd Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/113978fd Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/113978fd Branch: refs/heads/master Commit: 113978fd3daca1f65e28540286e2731df407dae6 Parents: 2aeeb2a 21aa3d6 Author: Tushar R. Gosavi <[email protected]> Authored: Tue Dec 20 12:15:03 2016 +0530 Committer: Tushar R. Gosavi <[email protected]> Committed: Tue Dec 20 12:15:03 2016 +0530 ---------------------------------------------------------------------- .../datatorrent/contrib/parser/LogParser.java | 235 +++++++++++++++++++ .../contrib/parser/LogSchemaDetails.java | 234 ++++++++++++++++++ .../contrib/parser/LogParserTest.java | 168 +++++++++++++ .../src/test/resources/invalidLogSchema.json | 15 ++ contrib/src/test/resources/logSchema.json | 15 ++ 5 files changed, 667 insertions(+) ----------------------------------------------------------------------
