techdocsmith commented on code in PR #14592:
URL: https://github.com/apache/druid/pull/14592#discussion_r1267026528
##########
examples/quickstart/jupyter-notebooks/docker-jupyter/docker-compose-local.yaml:
##########
@@ -69,7 +69,7 @@ services:
- KAFKA_ENABLE_KRAFT=false
coordinator:
- image: apache/druid:${DRUID_VERSION}
+ image: apache/druid:${DRUID_VERSION:-26.0.0}
Review Comment:
@abhishekrb19 , The goal is fewer command line arguments, yes. This is only
used by the tutorials, and we need to reduce friction as much as possible.
The tutorials do not run against unreleased versions like 28.0.0. Master
should change to 27.0.0 at release time -- this can be a docs task.
These artifacts don't go into the distribution, so if someone downloads
27.0.0, it won't include files that refer to 26.0.0.
We'll update the
[docs](https://druid.apache.org/docs/latest/tutorials/tutorial-jupyter-docker.html)
to clarify in another pr.
--
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]