Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.22 #6

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7b95636
Updated versiont to 3.22.0
Mar 11, 2021
f2d117e
Revert "SDC-16788. Add override configurations capability to MapR sta…
alejandrosanchezcabana Mar 11, 2021
e34d1b9
Revert "SDC-16789. Add upgrader to Kafka stages for Kafka Additional …
alejandrosanchezcabana Mar 11, 2021
201ffe5
Revert "SDC-16688. Change Kafka Additional Properties validation to m…
alejandrosanchezcabana Mar 11, 2021
1238be1
SDC-16798. Move Connection Selection from PostgresSQL CDC to JDBC tab
zebs97 Mar 12, 2021
37d87e6
SDC-16796 help for the 3.22.0 build
lchen89 Mar 11, 2021
d998212
SDC-16209. SDC picks up installed JDK 11 even when JAVA_HOME points t…
madhukard Mar 15, 2021
c366cb0
Updated version to 3.22.1-SNAPSHOT
Mar 23, 2021
95a84af
SDC-16843. DpmClientInfo from ControlHubResource is NULL
tucu00 Mar 25, 2021
88f8740
Updated version to 3.22.1
Mar 26, 2021
940c5c4
SDC-16806. MQTT Subscriber does not properly restore a persistent ses…
adriaaap Mar 15, 2021
86abc3e
SDC-16847. Oracle CDC raises JDBC_600 'missing redo log files error' …
hprop Mar 28, 2021
028bb07
Updated version to 3.22.2-SNAPSHOT
Apr 1, 2021
b493490
SDC-16784. Treat '' (empty string) as NULL when parsing Log Miner SQL…
lodimas Mar 11, 2021
ffa87f1
SDC-16880. NullPointerException when Oracle CDC origin tries to expir…
lodimas Apr 8, 2021
57d99cc
SDC-16824. Oracle CDC local disk buffering mode does not release disk…
lodimas Apr 8, 2021
5d271b1
SDC-16866. Oracle CDC: LogMiner session can silently fail and provoke…
hprop Apr 2, 2021
5b3bcc0
SDC-16868. Oracle CDC: Truncate timestamp comparisons to seconds prec…
hprop Apr 2, 2021
97b6a4e
SDC-16875. Oracle CDC: Fix edge cases in redo logs selection
hprop Apr 5, 2021
1415299
SDC-16896. Control on duplicate redolog entries for bulk delete on Or…
lodimas Apr 14, 2021
5b2d626
SDC-16876. Oracle CDC: exclude redo logs not belonging to the current…
hprop Apr 9, 2021
8551f69
SDC-16948. Add REDO_VALUE, UNDO_VALUE and Precision Timestamp to the …
lodimas Apr 23, 2021
7cd54e5
SDC-16960. Add sequence of records in Oracle CDC origin
lodimas Apr 26, 2021
3084555
Updated version to 3.22.0
Apr 27, 2021
975dfe2
updated Edge version to 3.22.0
Apr 27, 2021
d8d45b5
Updated version to 3.22.3-SNAPSHOT
May 4, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated version to 3.22.2-SNAPSHOT
Rohit Pawar authored and Rohit Pawar committed Apr 1, 2021
commit 028bb076d45c64abb0e4d1286d851280292f95cd
14 changes: 7 additions & 7 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -93,11 +93,11 @@ From within the Data Collector directory, execute:

To start the Data Collector, execute:

`dist/target/streamsets-datacollector-3.22.1/streamsets-datacollector-3.22.1/bin/streamsets dc`
`dist/target/streamsets-datacollector-3.22.2-SNAPSHOT/streamsets-datacollector-3.22.2-SNAPSHOT/bin/streamsets dc`

For Data Collector CLI, execute:

`dist/target/streamsets-datacollector-3.22.1/streamsets-datacollector-3.22.1/bin/streamsets cli`
`dist/target/streamsets-datacollector-3.22.2-SNAPSHOT/streamsets-datacollector-3.22.2-SNAPSHOT/bin/streamsets cli`

To skip the RAT report during the build use the `-DskipRat` option.

@@ -123,23 +123,23 @@ From within the Data Collector directory, execute:

The release tarball will be created at:

`release/target/streamsets-datacollector-all-3.22.1-CATALOG.tgz`
`release/target/streamsets-datacollector-all-3.22.2-SNAPSHOT-CATALOG.tgz`

Extract the tarball to your preferred location :

`tar xf streamsets-datacollector-all-3.22.1-CATALOG.tgz`
`tar xf streamsets-datacollector-all-3.22.2-SNAPSHOT-CATALOG.tgz`

To start the DataCollector, execute:

`streamsets-datacollector-all-3.22.1-CATALOG/bin/streamsets dc`
`streamsets-datacollector-all-3.22.2-SNAPSHOT-CATALOG/bin/streamsets dc`

Extract the tarball to your preferred location :

`tar xf streamsets-datacollector-all-3.22.1.tgz`
`tar xf streamsets-datacollector-all-3.22.2-SNAPSHOT.tgz`

To start the DataCollector, execute:

`streamsets-datacollector-all-3.22.1/bin/streamsets dc`
`streamsets-datacollector-all-3.22.2-SNAPSHOT/bin/streamsets dc`

## Troubleshooting

4 changes: 2 additions & 2 deletions aerospike-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-aerospike-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Aerospike 3.15.0.1 Lib</description>
<name>StreamSets Data Collector Aerospike 3.15.0.1 Lib</name>

4 changes: 2 additions & 2 deletions apache-kafka_0_10-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_0_10-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 0.10 Lib</description>
<name>StreamSets Data Collector Apache Kafka 0.10 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_0_11-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_0_11-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 0.11 Lib</description>
<name>StreamSets Data Collector Apache Kafka 0.11 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_0_8_1-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_0_8_1-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 0.8.1.1 Lib</description>
<name>StreamSets Data Collector Apache Kafka 0.8.1.1 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_0_8_2-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_0_8_2-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 0.8.2.2 Lib</description>
<name>StreamSets Data Collector Apache Kafka 0.8.2.2 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_0_9-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_0_9-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 0.9 Lib</description>
<name>StreamSets Data Collector Apache Kafka 0.9 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_1_0-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_1_0-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 1.0 Lib</description>
<name>StreamSets Data Collector Apache Kafka 1.0 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_1_1-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_1_1-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 1.1 Lib</description>
<name>StreamSets Data Collector Apache Kafka 1.1 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_2_0-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_2_0-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 2.0 Lib</description>
<name>StreamSets Data Collector Apache Kafka 2.0 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_2_1-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_2_1-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 2.1 Lib</description>
<name>StreamSets Data Collector Apache Kafka 2.1 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_2_2-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_2_2-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 2.2 Lib</description>
<name>StreamSets Data Collector Apache Kafka 2.2 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_2_3-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_2_3-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 2.3 Lib</description>
<name>StreamSets Data Collector Apache Kafka 2.3 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_2_4-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_2_4-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 2.4 Lib</description>
<name>StreamSets Data Collector Apache Kafka 2.4 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_2_5-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_2_5-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 2.5 Lib</description>
<name>StreamSets Data Collector Apache Kafka 2.5 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_2_6-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_2_6-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 2.6 Lib</description>
<name>StreamSets Data Collector Apache Kafka 2.6 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kafka_2_7-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kafka_2_7-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kafka 2.7 Lib</description>
<name>StreamSets Data Collector Apache Kafka 2.7 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kudu-connection/pom.xml
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-root-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../root-lib</relativePath>
</parent>
<artifactId>streamsets-apache-kudu-connection</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kudu Connection</description>
<name>StreamSets Data Collector Apache Kudu Connection</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kudu_1_0-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kudu_1_0-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kudu 1.0 Lib</description>
<name>StreamSets Data Collector Apache Kudu 1.0 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kudu_1_1-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kudu_1_1-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kudu 1.1 Lib</description>
<name>StreamSets Data Collector Apache Kudu 1.1 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kudu_1_2-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kudu_1_2-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kudu 1.2 Lib</description>
<name>StreamSets Data Collector Apache Kudu 1.2 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kudu_1_3-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kudu_1_3-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kudu 1.3 Lib</description>
<name>StreamSets Data Collector Apache Kudu 1.3 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kudu_1_4-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kudu_1_4-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kudu 1.4 Lib</description>
<name>StreamSets Data Collector Apache Kudu 1.4 Lib</name>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions apache-kudu_1_5-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-stage-lib-parent</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<relativePath>../stage-lib-parent</relativePath>
</parent>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-apache-kudu_1_5-lib</artifactId>
<version>3.22.1</version>
<version>3.22.2-SNAPSHOT</version>
<description>StreamSets Data Collector Apache Kudu 1.5 Lib</description>
<name>StreamSets Data Collector Apache Kudu 1.5 Lib</name>
<packaging>jar</packaging>
Loading