This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch zip-vs-tar.gz in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit 49040963a3388e2fa05dace7a441a6a0d203f491 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 25 13:32:50 2021 +0100 SQL Examples: Moved to tar.gz --- sql/sql-sink/README.adoc | 6 +++--- sql/sql-source/README.adoc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sql/sql-sink/README.adoc b/sql/sql-sink/README.adoc index 771ecff..868a8ab 100644 --- a/sql/sql-sink/README.adoc +++ b/sql/sql-sink/README.adoc @@ -20,13 +20,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep === Download the connector package -Download the connector package zip and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/` +Download the connector package tar.gz and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/` [source] ---- > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.8.0/camel-sql-kafka-connector-0.8.0-package.zip -> unzip camel-sql-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.8.0/camel-sql-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-sql-kafka-connector-0.8.0-package.tar.gz ---- There is also the need of the driver for this example diff --git a/sql/sql-source/README.adoc b/sql/sql-source/README.adoc index 1b04356..4f38478 100644 --- a/sql/sql-source/README.adoc +++ b/sql/sql-source/README.adoc @@ -20,13 +20,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep === Download the connector package -Download the connector package zip and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/` +Download the connector package tar.gz and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/` [source] ---- > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.8.0/camel-sql-kafka-connector-0.8.0-package.zip -> unzip camel-sql-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.8.0/camel-sql-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-sql-kafka-connector-0.8.0-package.tar.gz ---- There is also the need of the driver for this example
