Docs: Remove large data file (#13595)

This commit is contained in:
Vadim Ogievetsky 2022-12-18 23:44:22 -08:00 committed by GitHub
parent ee890965f4
commit 07597c687d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -76,15 +76,14 @@ In this section, you download sample data to the tutorial's directory and send t
```bash ```bash
cd sample-data cd sample-data
curl -O https://druid.apache.org/docs/latest/assets/files/kttm-nested-data.json.tgz curl -O https://static.imply.io/example-data/kttm-nested-v2/kttm-nested-v2-2019-08-25.json.gz
tar -xzf kttm-nested-data.json.tgz
``` ```
3. In your Kafka root directory, run the following commands to post sample events to the `kttm` Kafka topic: 3. In your Kafka root directory, run the following commands to post sample events to the `kttm` Kafka topic:
```bash ```bash
export KAFKA_OPTS="-Dfile.encoding=UTF-8" 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 ## Load data into Druid