This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
from 99f1ffd chore: Simplified the root pom of the extras repository, also
adjusted some parts to the new repository url.
add 91891ae chore: Ported the distributions for the connectors to the new
repository.
No new revisions were added by this update.
Summary of changes:
...ache.flink.table.factories.Factory => .asf.yaml | 22 ++-
.gitignore | 1 +
connectors/pom.xml | 2 +-
connectors/spark-iotdb-connector/pom.xml | 1 +
.../spark-iotdb-connector/scala_2.11/pom.xml | 4 +
.../spark-iotdb-connector/scala_2.12/pom.xml | 4 +
distributions/pom.xml | 204 +++++++++++++++++++++
distributions/src/assembly/common-files.xml | 48 +++++
.../src/assembly/flink-sql-connector.xml | 29 ++-
distributions/src/assembly/grafana-connector.xml | 48 +++++
.../src/assembly/grafana-plugin.xml | 26 ++-
distributions/src/assembly/spark-connector.xml | 48 +++++
examples/pom.xml | 2 +-
pom.xml | 1 +
14 files changed, 419 insertions(+), 21 deletions(-)
copy
connectors/flink-sql-iotdb-connector/src/main/resources/META-INF/services/org.apache.flink.table.factories.Factory
=> .asf.yaml (66%)
create mode 100644 .gitignore
create mode 100644 distributions/pom.xml
create mode 100644 distributions/src/assembly/common-files.xml
copy .checkstyle => distributions/src/assembly/flink-sql-connector.xml (54%)
create mode 100644 distributions/src/assembly/grafana-connector.xml
copy .checkstyle => distributions/src/assembly/grafana-plugin.xml (58%)
create mode 100644 distributions/src/assembly/spark-connector.xml