diff --git a/docs/tutorials/tutorial-kafka.md b/docs/tutorials/tutorial-kafka.md index e29d7d3ed79..ee3ca9a225a 100644 --- a/docs/tutorials/tutorial-kafka.md +++ b/docs/tutorials/tutorial-kafka.md @@ -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: