You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2018/07/20 15:11:18 UTC

[streams] 01/01: Merge pull request #456 from steveblackmon/STREAMS-613

This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git

commit 50104146da48c433a7bfe152c9b9f2d865acee40
Merge: e50cbcc 7fc12a6
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Fri Jul 20 10:11:15 2018 -0500

    Merge pull request #456 from steveblackmon/STREAMS-613
    
    resolves STREAMS-613

 pom.xml                                            |   2 +-
 streams-plugins/streams-plugin-cassandra/pom.xml   |  10 +-
 .../StreamsCassandraResourceGeneratorCLITest.java  |   4 +-
 .../StreamsCassandraResourceGeneratorMojoIT.java   |   2 +-
 .../StreamsCassandraResourceGeneratorTest.java     |   4 +-
 .../resources/streams-plugin-cassandra/pom.xml     |  11 +--
 .../streams-plugin-elasticsearch/pom.xml           |  10 +-
 ...reamsElasticsearchResourceGeneratorCLITest.java |   4 +-
 ...treamsElasticsearchResourceGeneratorMojoIT.java |  17 ++++
 .../StreamsElasticsearchResourceGeneratorTest.java |   4 +-
 .../resources/streams-plugin-elasticsearch/pom.xml |  13 +--
 streams-plugins/streams-plugin-hbase/pom.xml       |  17 +---
 .../test/StreamsHbaseResourceGeneratorCLITest.java |   4 +-
 .../test/StreamsHbaseResourceGeneratorMojoIT.java  |   2 +-
 .../test/StreamsHbaseResourceGeneratorTest.java    |   4 +-
 .../test/resources/streams-plugin-hbase/pom.xml    |  13 +--
 streams-plugins/streams-plugin-hive/pom.xml        |  10 +-
 .../test/StreamsHiveResourceGeneratorCLITest.java  |   4 +-
 .../test/StreamsHiveResourceGeneratorMojoIT.java   |   2 +-
 .../test/StreamsHiveResourceGeneratorTest.java     |   4 +-
 .../src/test/resources/streams-plugin-hive/pom.xml |  13 +--
 streams-plugins/streams-plugin-pig/pom.xml         |  17 +---
 .../test/StreamsPigResourceGeneratorCLITest.java   |   4 +-
 .../test/StreamsPigResourceGeneratorMojoIT.java    |   2 +-
 .../pig/test/StreamsPigResourceGeneratorTest.java  |   4 +-
 .../src/test/resources/streams-plugin-pig/pom.xml  |  13 +--
 streams-plugins/streams-plugin-pojo/pom.xml        |  10 +-
 .../test/StreamsPojoSourceGeneratorCLITest.java    |   4 +-
 .../test/StreamsPojoSourceGeneratorMojoIT.java     |   2 +-
 .../test/StreamsPojoSourceGeneratorTest.java       |  11 +--
 .../src/test/resources/streams-plugin-pojo/pom.xml |  13 +--
 streams-plugins/streams-plugin-scala/pom.xml       |  20 +---
 .../test/StreamsScalaSourceGeneratorCLITest.java   |   2 +-
 .../test/resources/streams-plugin-scala/pom.xml    |  13 ++-
 streams-pojo/pom.xml                               |   9 ++
 streams-schemas/pom.xml                            |   1 +
 .../src/main/jsonschema/objectTypes/event.json     |   2 +-
 .../src/main/jsonschema/objectTypes/person.json    |   2 +-
 .../src/main/jsonschema/objectTypes/place.json     |   2 +-
 .../streams-schema-jsonschemaorg/pom.xml           |  91 ++++++++++++++++++
 .../src/main/jsonschema/address.json               |  20 ++++
 .../src/main/jsonschema/calendar.json              |  53 +++++++++++
 .../src/main/jsonschema/card.json                  | 105 +++++++++++++++++++++
 .../src/main/jsonschema/geo.json                   |   8 ++
 .../src/main/resources/assembly-schemas.xml}       |  37 +++-----
 45 files changed, 396 insertions(+), 203 deletions(-)