----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33442/ -----------------------------------------------------------
(Updated April 23, 2015, 8:51 p.m.) Review request for drill, Daniel Barclay, Hanifi Gunes, and Mehant Baid. Changes ------- Changed the connection string to : sqlline -u "jdbc:drill:drillbit=localhost:31010" -n admin -p admin Addressed other review comments. Repository: drill-git Description ------- DRILL-2811: Allow direct connection to drillbit from DrillClient Diffs (updated) ----- exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java 0d29f60 exec/jdbc/src/main/java/org/apache/drill/jdbc/DrillConnectionConfig.java de08cda exec/jdbc/src/main/java/org/apache/drill/jdbc/DrillConnectionImpl.java 3fdbf84 Diff: https://reviews.apache.org/r/33442/diff/ Testing ------- Tested using sqlline As the connection string use : sqlline -u "jdbc:drill:local=localhost:31010" -n admin -p admin Thanks, Parth Chandra
