mirror of https://github.com/apache/druid.git
Docs: Remove large data file (#13595)
This commit is contained in:
parent
ee890965f4
commit
07597c687d
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue