vimil-saju opened a new issue, #12878: URL: https://github.com/apache/druid/issues/12878
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version druid-0.23.0 ### Description On Macos the example scripts like `/bin/start-micro-quickstart` do not run because the below lines in `run-druid` and `run-zk` scripts ``` CONFDIR="$(cd "$CONFDIR" && pwd)" WHEREAMI="$(cd "$WHEREAMI" && pwd)" ``` expects `cd` command to return no output. however on macos the `cd` command returns the current directory path as output. This causes the `CONFDIR `and `WHEREAMI` variables to have the directory path twice ( the output from cd command gets concatenated to the output from pwd command) -- 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]
