Sanchit-afk opened a new issue, #15647:
URL: https://github.com/apache/druid/issues/15647
### Affected Version
Druid 28.0.0
### Description
I am running a Druid Cluster for a POC. All the services are working fine.
When i try to connect to Druid SQL command line it throws errors related to
urlib2. It looks like the dsql-main script is written in Python 2.
```bin/dsql-main
Traceback (most recent call last):
File "bin/dsql-main", line 36, in <module>
import urllib2
ModuleNotFoundError: No module named 'urllib2'```
--
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]