Re: SQLPad Support for Drill (JDBC)

2018-12-28 Thread Charles Givre
HI Kunal, Did you run npm install before trying this out? You may have to install the node module for java and jdbc separately. —C > On Dec 28, 2018, at 13:26, Kunal Khatua wrote: > > Hi Charles > > Can you provide steps of where the JDBC driver needs to be located ? I > managed to

Re: SQLPad Support for Drill (JDBC)

2018-12-28 Thread Kunal Khatua
Hi Charles Can you provide steps of where the JDBC driver needs to be located ? I managed to start up the server but I hit a signin message:  Cannot GET /sqlpad/signin I see the following in the server output: [root@kk127 sqlpad]# npm start > sqlpad@2.8.0 start /root/drill/cgivre/sqlpad >

SQLPad Support for Drill (JDBC)

2018-12-24 Thread Charles Givre
Hello all, After speaking with the developer of SQLPad and getting a little assistance, I managed to get SQLPad to work using JDBC! What works: You can establish a connection to Drill, execute queries, and visualize the results. What’s not done: It doesn’t get the schema metadata, available