Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/bin/start-druid
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion examples/bin/start-druid-main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
ROUTER,
COORDINATOR,
HISTORICAL,
MIDDLE_MANAGER
MIDDLE_MANAGER,
ZK
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ZK is not needed in here.
It is passed around as a flag internally.

]

SUPPORTED_SERVICES = [
Expand Down