You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Patrick Wong <pw...@maprtech.com> on 2014/04/28 22:02:02 UTC

Review Request 20792: DRILL-582 - Standalone JDBC jar

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20792/
-----------------------------------------------------------

Review request for drill and Jacques Nadeau.


Bugs: DRILL-582
    https://issues.apache.org/jira/browse/DRILL-582


Repository: drill-git


Description
-------

Using ProGuard to generate a standalone JDBC jar, which should be usable just like any other JDBC jar.

The JDBC jar requires external configuration due to DRILL-569


Diffs
-----

  jdbc-all/example-conf/drill-module.conf PRE-CREATION 
  jdbc-all/pom.xml PRE-CREATION 

Diff: https://reviews.apache.org/r/20792/diff/


Testing
-------

1. Used Squirrel SQL

2. Created a new driver in Squirrel for the standalone JDBC jar

3. Also added external configuration to the classpath, due to DRILL-569

4. Squirrel seemed to like it


Thanks,

Patrick Wong