Merge branch 'NIFI-1356' of https://github.com/jdye64/nifi into NIFI-1356
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/5ded6b22 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/5ded6b22 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/5ded6b22 Branch: refs/heads/master Commit: 5ded6b223b2c1c53529ebcf50b895b2a7c4e7a63 Parents: b7f7e6e 7008a30 Author: Mark Payne <[email protected]> Authored: Tue Jan 26 08:51:34 2016 -0500 Committer: Mark Payne <[email protected]> Committed: Tue Jan 26 08:51:34 2016 -0500 ---------------------------------------------------------------------- .../nifi-kite-processors/pom.xml | 17 + .../nifi/processors/kite/InferAvroSchema.java | 460 +++++++++++++++++++ .../org.apache.nifi.processor.Processor | 1 + .../processors/kite/TestInferAvroSchema.java | 176 +++++++ .../src/test/resources/Shapes.json | 10 + .../src/test/resources/Shapes.json.avro | 34 ++ .../src/test/resources/ShapesHeader.csv | 1 + .../src/test/resources/Shapes_Header.csv | 352 ++++++++++++++ .../src/test/resources/Shapes_NoHeader.csv | 351 ++++++++++++++ .../src/test/resources/Shapes_header.csv.avro | 23 + 10 files changed, 1425 insertions(+) ----------------------------------------------------------------------
