Please see the staged documentation (not yet published on Apache):
http://kristinehahn.github.io/drill/docs/jdbc-storage-plugin/

There is an issue (a Jira has been or is being opened) with using
classicmodels or any data using the text type.

Kristine Hahn
Sr. Technical Writer
415-497-8107 @krishahn skype:krishahn


On Tue, Oct 20, 2015 at 2:26 AM, Devender Yadav <
[email protected]> wrote:

> Hi,
>
>
>
> With apache drill 1.2, we can query over RDBMS data.
>
> so, I tried to add a plugin for MySQL. I am doing it using the web client.
> I created a plugin with name mysql and added following configurations:
>
> {
>   "type": "jdbc",
>   "driver": "com.mysql.jdbc.Driver",
>   "uri": "jdbc:mysql://<IP>:3306/classicmodels",
>   "username": "root",
>   "password": "root",
>   "enabled": true
> }
>
>
> It is showing error:
>
> (Invalid JSON mapping)
>
> Any pointer on this. Is there any documentation for that??
>
>
>
> Regards,
> Devender
>
> ________________________________
>
>
>
>
>
>
> NOTE: This message may contain information that is confidential,
> proprietary, privileged or otherwise protected by law. The message is
> intended solely for the named addressee. If received in error, please
> destroy and notify the sender. Any use of this email is prohibited when
> received in error. Impetus does not represent, warrant and/or guarantee,
> that the integrity of this communication has been maintained nor that the
> communication is free of errors, virus, interception or interference.
>

Reply via email to