This is an automated email from the ASF dual-hosted git repository.
techdocsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 590734b5eb Update tutorial-kafka.md (#14749)
590734b5eb is described below
commit 590734b5ebfe5c6d4bf6c6d8bf6a25d2aad74c1d
Author: Suneet Saldanha <[email protected]>
AuthorDate: Fri Aug 4 10:56:33 2023 -0700
Update tutorial-kafka.md (#14749)
---
docs/tutorials/tutorial-kafka.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/tutorials/tutorial-kafka.md b/docs/tutorials/tutorial-kafka.md
index 3340f42c6e..10c122a7d5 100644
--- a/docs/tutorials/tutorial-kafka.md
+++ b/docs/tutorials/tutorial-kafka.md
@@ -76,8 +76,7 @@ In this section, you download sample data to the tutorial's
directory and send t
2. Download the sample data to your new directory and extract it:
```bash
- cd sample-data
- curl -O
https://static.imply.io/example-data/kttm-nested-v2/kttm-nested-v2-2019-08-25.json.gz
+ (cd sample-data && 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:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]