This is an automated email from the ASF dual-hosted git repository. vogievetsky pushed a commit to branch 24.0.0 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 4117b93dff1f9855e41577bd7fe323cdef4fcf0b Author: Vadim Ogievetsky <[email protected]> AuthorDate: Sat Sep 10 01:35:19 2022 -0700 adjust docs and images (#13067) --- docs/assets/tutorial-quickstart-01.png | Bin 122497 -> 68216 bytes docs/assets/tutorial-quickstart-03.png | Bin 174445 -> 171269 bytes docs/tutorials/index.md | 15 +++++++++------ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/assets/tutorial-quickstart-01.png b/docs/assets/tutorial-quickstart-01.png index 45760eaf71..649708b7c4 100644 Binary files a/docs/assets/tutorial-quickstart-01.png and b/docs/assets/tutorial-quickstart-01.png differ diff --git a/docs/assets/tutorial-quickstart-03.png b/docs/assets/tutorial-quickstart-03.png index cff8fecfc1..917f25d040 100644 Binary files a/docs/assets/tutorial-quickstart-03.png and b/docs/assets/tutorial-quickstart-03.png differ diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 497e7d13f6..68d4475324 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -87,12 +87,15 @@ This brings up instances of ZooKeeper and the Druid services: ```bash $ ./bin/start-micro-quickstart -[Fri May 3 11:40:50 2019] Running command[zk], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/zk.log]: bin/run-zk conf -[Fri May 3 11:40:50 2019] Running command[coordinator-overlord], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/coordinator-overlord.log]: bin/run-druid coordinator-overlord conf/druid/single-server/micro-quickstart -[Fri May 3 11:40:50 2019] Running command[broker], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/broker.log]: bin/run-druid broker conf/druid/single-server/micro-quickstart -[Fri May 3 11:40:50 2019] Running command[router], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/router.log]: bin/run-druid router conf/druid/single-server/micro-quickstart -[Fri May 3 11:40:50 2019] Running command[historical], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/historical.log]: bin/run-druid historical conf/druid/single-server/micro-quickstart -[Fri May 3 11:40:50 2019] Running command[middleManager], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/middleManager.log]: bin/run-druid middleManager conf/druid/single-server/micro-quickstart +[Thu Sep 8 18:30:00 2022] Starting Apache Druid. +[Thu Sep 8 18:30:00 2022] Open http://localhost:8888/ in your browser to access the web console. +[Thu Sep 8 18:30:00 2022] Or, if you have enabled TLS, use https on port 9088. +[Thu Sep 8 18:30:00 2022] Running command[zk], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/zk.log]: bin/run-zk conf +[Thu Sep 8 18:30:00 2022] Running command[coordinator-overlord], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/coordinator-overlord.log]: bin/run-druid coordinator-overlord conf/druid/single-server/micro-quickstart +[Thu Sep 8 18:30:00 2022] Running command[broker], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/broker.log]: bin/run-druid broker conf/druid/single-server/micro-quickstart +[Thu Sep 8 18:30:00 2022] Running command[router], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/router.log]: bin/run-druid router conf/druid/single-server/micro-quickstart +[Thu Sep 8 18:30:00 2022] Running command[historical], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/historical.log]: bin/run-druid historical conf/druid/single-server/micro-quickstart +[Thu Sep 8 18:30:00 2022] Running command[middleManager], logging to[/apache-druid-{{DRUIDVERSION}}/var/sv/middleManager.log]: bin/run-druid middleManager conf/druid/single-server/micro-quickstart ``` All persistent state, such as the cluster metadata store and segments for the services, are kept in the `var` directory under --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
