Hi there, I'm trying to replace the previous JDBC driver with Drill. However, I had a hard time configuring Squirrel SQL after going through all the tutorials.
My previous alias URL has the format below: jdbc:dataaccess://<database host>:<database port>;ServerDataSource=<data source name> I want to use the embedded mode with Drill. The below URL works in Squirrel SQL. jdbc:drill:drillbit=localhost:31010 But how can I visit the database in the specific host and port, rather than my localhost? Where shall I put the information of <database host>:<database port>;ServerDataSource=<data source name>? I tried to use jdbc:drill:drillbit=<database host>:<database port>;ServerDataSource=<data source name> but it won't work. Thank you so much for your help! Yu Sun