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

kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 07597c687d Docs: Remove large data file (#13595)
07597c687d is described below

commit 07597c687d205f2fa3b0bdf0ca310eb8844ad2bf
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Sun Dec 18 23:44:22 2022 -0800

    Docs: Remove large data file (#13595)
---
 docs/assets/files/kttm-nested-data.json.tgz | Bin 24955539 -> 0 bytes
 docs/tutorials/tutorial-kafka.md            |   5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/assets/files/kttm-nested-data.json.tgz 
b/docs/assets/files/kttm-nested-data.json.tgz
deleted file mode 100644
index d2f5034330..0000000000
Binary files a/docs/assets/files/kttm-nested-data.json.tgz and /dev/null differ
diff --git a/docs/tutorials/tutorial-kafka.md b/docs/tutorials/tutorial-kafka.md
index 0a47d3237f..a102db1806 100644
--- a/docs/tutorials/tutorial-kafka.md
+++ b/docs/tutorials/tutorial-kafka.md
@@ -76,15 +76,14 @@ In this section, you download sample data to the tutorial's 
directory and send t
 
    ```bash
    cd sample-data
-   curl -O 
https://druid.apache.org/docs/latest/assets/files/kttm-nested-data.json.tgz
-   tar -xzf kttm-nested-data.json.tgz
+   curl -O 
https://static.imply.io/example-data/kttm-nested-v2/kttm-nested-v2-2019-08-25.json.gz
    ```
 
 3. In your Kafka root directory, run the following commands to post sample 
events to the `kttm` Kafka topic:
 
    ```bash
    export KAFKA_OPTS="-Dfile.encoding=UTF-8"
-   ./bin/kafka-console-producer.sh --broker-list localhost:9092 --topic kttm < 
./sample-data/kttm-nested-data.json
+   gzcat ./sample-data/kttm-nested-v2-2019-08-25.json.gz | 
./bin/kafka-console-producer.sh --broker-list localhost:9092 --topic kttm
    ```
 
 ## Load data into Druid


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to