[ https://issues.apache.org/jira/browse/HIVE-2706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2706: ------------------------------ Attachment: HIVE-2706.D1167.2.patch kevinwilfong updated the revision "HIVE-2706 [jira] StackOverflowError when using custom UDF after adding archive after adding jars". Reviewers: JIRA, heyongqiang, njain Fixed imports. REVISION DETAIL https://reviews.facebook.net/D1167 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java ql/src/java/org/apache/hadoop/hive/ql/processors/AddResourceProcessor.java ql/src/java/org/apache/hadoop/hive/ql/processors/DeleteResourceProcessor.java > StackOverflowError when using custom UDF after adding archive after adding > jars > ------------------------------------------------------------------------------- > > Key: HIVE-2706 > URL: https://issues.apache.org/jira/browse/HIVE-2706 > Project: Hive > Issue Type: Bug > Reporter: Kevin Wilfong > Assignee: Kevin Wilfong > Attachments: HIVE-2706.D1167.1.patch, HIVE-2706.D1167.2.patch > > > When a custom UDF is used in a query after add an archive, such as a zip > file, after adding jars, the XMLEncoder enters an infinite loop when > serializing the map reduce task, as part of sending it to be executed. This > results in a stack overflow error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira