Hi, I am writing an UDF which can 'select' required rows/records from a hive-table and dump it into my mysql database over jdbc.
However, I am not being able to get mysql-connector jar into the classpath and am receiving the error: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver Can anyone tell where I can place mysql-connector and specify its path, so that it can work? Thanks in advance. Regards, Abhishek
