Website Doc: fix bash command (#8442)

* fix "gunzip -k" to "gunzip -c"
This commit is contained in:
legendtkl 2019-08-31 13:22:09 +08:00 committed by Fangjin Yang
parent 984958122b
commit 0be4a41c06
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ In your Druid directory, run the following command:
```bash
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: