Devender, use urL and not urI (i)
-------- Ulf Andreasson | Ericsson Global Alliance Solution Engineer, MapR.com | +46 72 700 2295 On Tue, Oct 20, 2015 at 11:28 AM, Rajkumar Singh <[email protected]> wrote: > Did you copy mysql connector jar in jars/3rdparty folder? > > On 20-Oct-2015, at 2:56 PM, 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. > >
