[ https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747076#action_12747076 ]
Edward Capriolo commented on HIVE-645: -------------------------------------- Luis, I have setup many similar experiments and have not had a problem. Looking at your dump.. {noformat} jdbc://localhost:3306/analytics {noformat} Are you sure you have the proper prefix? Do you have the driver loaded with 'add jar ' {noformat} jdbc:mysql://localhost:3306/analytics {noformat} Even with the improper prefix and missing jar the result set should be all: {noformat} 1 1 1 .... {noformat} {noformat} FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.ExecDriver {noformat} Leads me to believe some other problem is happening. Please let me know. I > A UDF that can export data to JDBC databases. > --------------------------------------------- > > Key: HIVE-645 > URL: https://issues.apache.org/jira/browse/HIVE-645 > Project: Hadoop Hive > Issue Type: New Feature > Components: Contrib > Reporter: Edward Capriolo > Assignee: Edward Capriolo > Priority: Minor > Attachments: hive-645-2.patch, hive-645-3.patch, hive-645-4.patch, > hive-645-5.patch, hive-645.patch > > > A UDF that can export data to JDBC databases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.