findingrish commented on code in PR #13365: URL: https://github.com/apache/druid/pull/13365#discussion_r1028944615
########## examples/bin/druid-quickstart.py: ########## @@ -0,0 +1,337 @@ +import sys +import os +import psutil +import pathlib +from pathlib import Path + +QUICKSTART_BASE_CONFIG_PATH = "conf/druid/single-server/quickstart" +HELP_ARG_IDENTIFIER = "help" +COMPUTE_ONLY_ARG_IDENTIFIER = "computeOnly" Review Comment: These constants have been removed. Using simpler names for existing constants -- 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]
