You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by li...@apache.org on 2019/08/29 14:13:50 UTC

[griffin] branch master updated (efc5a04 -> 5447cf4)

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

lionelliu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/griffin.git.


    from efc5a04  Merge pull request #527 from joohnnie/GRIFFIN-280
     new 6518bf5  Add Mysql, Cassandra and Elasticsearch connectors.
     new 95e0960  Merge branch 'master' into GRIFFIN-AGORSHKOV
     new c469ea0  Remove redurant dependency.
     new 5447cf4  Merge pull request #530 from aleksgor/GRIFFIN-AGORSHKOV

The 552 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 measure/pom.xml                                    |  15 ++-
 .../connector/batch/CassandraDataConnector.scala   |  93 ++++++++++++++
 .../batch/ElasticSearchGriffinDataConnector.scala  | 143 +++++++++++++++++++++
 ...ataConnector.scala => MySqlDataConnector.scala} |  67 +++++-----
 4 files changed, 282 insertions(+), 36 deletions(-)
 create mode 100644 measure/src/main/scala/org/apache/griffin/measure/datasource/connector/batch/CassandraDataConnector.scala
 create mode 100644 measure/src/main/scala/org/apache/griffin/measure/datasource/connector/batch/ElasticSearchGriffinDataConnector.scala
 copy measure/src/main/scala/org/apache/griffin/measure/datasource/connector/batch/{HiveBatchDataConnector.scala => MySqlDataConnector.scala} (50%)