From 9c7c7c58ae3ff58c1fcd2db7c243385b039314e4 Mon Sep 17 00:00:00 2001 From: Dinesh Sawant Date: Sat, 6 Jul 2019 21:20:01 +0530 Subject: [PATCH] Fix overlord port in delete data tutorial (#8037) In Single-Server Quickstart tutorial the overlord and coordinator is started as one process on port 8081. But in delete data tutorial the kill task is sent to 8090 port, which fails. --- docs/content/tutorials/tutorial-delete-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorials/tutorial-delete-data.md b/docs/content/tutorials/tutorial-delete-data.md index 46fbbdc6f7c..90091222d09 100644 --- a/docs/content/tutorials/tutorial-delete-data.md +++ b/docs/content/tutorials/tutorial-delete-data.md @@ -162,7 +162,7 @@ Now that we have disabled some segments, we can submit a Kill Task, which will d A Kill Task spec has been provided at `quickstart/tutorial/deletion-kill.json`. Submit this task to the Overlord with the following command: ```bash -curl -X 'POST' -H 'Content-Type:application/json' -d @quickstart/tutorial/deletion-kill.json http://localhost:8090/druid/indexer/v1/task +curl -X 'POST' -H 'Content-Type:application/json' -d @quickstart/tutorial/deletion-kill.json http://localhost:8081/druid/indexer/v1/task ``` After this task completes, you can see that the disabled segments have now been removed from deep storage: