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 d2f5034330c..00000000000 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 0a47d3237fa..a102db18064 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