317brian commented on code in PR #19637:
URL: https://github.com/apache/druid/pull/19637#discussion_r3508083156
##########
docs/tutorials/tutorial-ingestion-spec.md:
##########
@@ -583,7 +583,9 @@ We've finished defining the ingestion spec, it should now
look like the followin
From the `apache-druid-{{DRUIDVERSION}}` package root, run the following
command:
```bash
-bin/post-index-task --file quickstart/ingestion-tutorial-index.json --url
http://localhost:8081
+curl -X POST http://localhost:8081/druid/indexer/v1/task \
+ -H "Content-Type: application/json" \
+ -d @quickstart/tutorial/ingestion-tutorial-index.json
```
After the script completes, we will query the data.
Review Comment:
this line still mentions the script. I would do a cmd+f on all these
tutorials to make sure there are no other mentions of the scripts
##########
docs/tutorials/tutorial-ingestion-spec.md:
##########
@@ -583,7 +583,9 @@ We've finished defining the ingestion spec, it should now
look like the followin
From the `apache-druid-{{DRUIDVERSION}}` package root, run the following
command:
```bash
-bin/post-index-task --file quickstart/ingestion-tutorial-index.json --url
http://localhost:8081
+curl -X POST http://localhost:8081/druid/indexer/v1/task \
+ -H "Content-Type: application/json" \
+ -d @quickstart/tutorial/ingestion-tutorial-index.json
Review Comment:
I don't think this file exists anymore. Let's talk about how to troubleshoot
that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]