Hi there,

Just to make sure, It looks like connecting to Drill Programmatically in
embedded mode is not supported on Windows (have not tested on Linux yet),
is that right?

'Exception in thread "main" java.sql.SQLNonTransientConnectionException:
Running Drill in embedded mode using Drill's jdbc-all JDBC driver Jar file
alone is not supported.'

import java.sql.*;
public class DrillJDBC {
    public static void main(String[] args) throws Exception {
Class.forName("org.apache.drill.jdbc.Driver");
Connection connection =DriverManager.getConnection("jdbc:drill:zk=local");
}
}

Thank you,
Anton

Reply via email to