[ https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739954#action_12739954 ]
Ashish Thusoo commented on HIVE-645: ------------------------------------ One more thing. Having side effects in the udfs is generally not a good idea more so because mappers may fail and leave spurious rows may appear in the target data set specially since each udf invocation is protected through a transaction instead of the whole chunk of rows being protected through a transaction. > 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: Query Processor > Reporter: Edward Capriolo > Assignee: Edward Capriolo > Priority: Minor > Attachments: hive-645-2.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.