You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/08/31 05:22:22 UTC

[incubator-druid] branch master updated: Website Doc: fix bash command (#8442)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 0be4a41  Website Doc: fix bash command (#8442)
0be4a41 is described below

commit 0be4a41c06c9c052038465f8c20c051a665437a4
Author: legendtkl <ta...@gmail.com>
AuthorDate: Sat Aug 31 13:22:09 2019 +0800

    Website Doc: fix bash command (#8442)
    
    * fix "gunzip -k" to "gunzip -c"
---
 docs/tutorials/tutorial-kafka.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials/tutorial-kafka.md b/docs/tutorials/tutorial-kafka.md
index e29d7d3..ee3ca9a 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:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org