Hi,
I am trying out a java program where I want to load drill JDBC driver using 
ServiceLoader.load like all other jdbc drivers. But the code is failing to load 
org.apache.drill.jdbc.Driver class. One possible reason
Is that the drill jdbc driver jar doesn't have a java.sql.Driver file under 
META_INF/services which is common for all the other driver jars.

Can the drill jdbc driver jar come with the driver file?

Thanks,
Sudip

Reply via email to