This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch 25.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/25.0.0 by this push:
new 1f33f27c3e Docs: Remove large data file (#13595) (#13598)
1f33f27c3e is described below
commit 1f33f27c3e4b2c80f881e969dd6069cab0dd79b1
Author: Kashif Faraz <[email protected]>
AuthorDate: Mon Dec 19 13:55:50 2022 +0530
Docs: Remove large data file (#13595) (#13598)
Co-authored-by: Vadim Ogievetsky <[email protected]>
---
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]