Zoltan Chovan has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/22858


Change subject: KUDU-3662 [1/n] Set up Flink-based replication
......................................................................

KUDU-3662 [1/n] Set up Flink-based replication

Initial setup for the kudu-replication subproject.
This patch includes:
* added new module for the Flink-based replication, called
  kudu-replication
* added basic Flink dependency
* introduced the ReplicationJob class as the main entry point
* introduced ReplicationEnvProvider to supply the
  StreamExecutionEnvironment

Future patches will extend this with configuration parsing and
integrate Kudu source and sink setup in ReplicationEnvProvider to
support replication.

Change-Id: Ie68458eb5079fa225d3a748ce8f9a6db8e7a724c
---
M java/gradle/dependencies.gradle
A java/kudu-replication/build.gradle
A 
java/kudu-replication/src/main/java/org/apache/kudu/replication/ReplicationEnvProvider.java
A 
java/kudu-replication/src/main/java/org/apache/kudu/replication/ReplicationJob.java
M java/settings.gradle
5 files changed, 95 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/58/22858/1
--
To view, visit http://gerrit.cloudera.org:8080/22858
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie68458eb5079fa225d3a748ce8f9a6db8e7a724c
Gerrit-Change-Number: 22858
Gerrit-PatchSet: 1
Gerrit-Owner: Zoltan Chovan <[email protected]>

Reply via email to