diff --git a/examples/bin/start-druid b/examples/bin/start-druid index 81d8938adbb2..5c866d40f66c 100755 --- a/examples/bin/start-druid +++ b/examples/bin/start-druid @@ -32,4 +32,7 @@ then exec python "$WHEREAMI/start-druid-main.py" "$@" else echo "python interepreter not found" + echo "" + echo "For more information on installing Python visit:" + echo "https://druid.apache.org/docs/latest/operations/python.html" fi diff --git a/examples/bin/start-druid-main.py b/examples/bin/start-druid-main.py index 844933b830f6..1541a1f2ab2c 100644 --- a/examples/bin/start-druid-main.py +++ b/examples/bin/start-druid-main.py @@ -57,7 +57,8 @@ ROUTER, COORDINATOR, HISTORICAL, - MIDDLE_MANAGER + MIDDLE_MANAGER, + ZK ] SUPPORTED_SERVICES = [