mirror of https://github.com/apache/druid.git
parent
984958122b
commit
0be4a41c06
|
@ -159,7 +159,7 @@ In your Druid directory, run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd quickstart/tutorial
|
cd quickstart/tutorial
|
||||||
gunzip -k wikiticker-2015-09-12-sampled.json.gz
|
gunzip -c wikiticker-2015-09-12-sampled.json.gz > wikiticker-2015-09-12-sampled.json
|
||||||
```
|
```
|
||||||
|
|
||||||
In your Kafka directory, run the following command, where {PATH_TO_DRUID} is replaced by the path to the Druid directory:
|
In your Kafka directory, run the following command, where {PATH_TO_DRUID} is replaced by the path to the Druid directory:
|
||||||
|
|
Loading…
Reference in New Issue