Qwtdgh opened a new issue, #13350: URL: https://github.com/apache/druid/issues/13350
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version apache/druid 24.0.0 ubuntu 18 ### Description -Containers I have router broker historical middlemanager coordinator zookeeper postgress - Cluster size - Configurations in use `docker-compose.yml` & `envrionment` - Steps to reproduce the problem Fisrt I run `docker-compose up -d` and see containers in docker as above - The error message or stack traces encountered. Providing more context, such as nearby log messages or even entire logs, can be helpful. then, run `docker exec -it router bash` in router cluster last, run `./bin/dsql` to try begin druid sql but iti show me error as follow ``` ./opt/druid/bin/dsql: /opt/druid/bin/dsql-main: /usr/bin/env: bad interpreter: No such file or directory ./opt/druid/bin/dsql: line 28: /opt/druid/bin/dsql-main: No error information ``` - Any debugging that you have already done i try to see `/usr/bin/`,and find that there don't have `env` dictionary and i was denied to create `env` dic. Please help me -- 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]
