[ https://issues.apache.org/jira/browse/HIVE-21776?focusedWorklogId=247372&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247372 ]
ASF GitHub Bot logged work on HIVE-21776: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/May/19 11:49 Start Date: 23/May/19 11:49 Worklog Time Spent: 10m Work Description: ashutosh-bapat commented on pull request #642: HIVE-21776 : Replication fails to replicate a UDF with jar on HDFS during incremental URL: https://github.com/apache/hive/pull/642 @sankarh can you please review? When function is dumped during incremental, ReplChangeManager may not be initialized. In such case, JAR URL dumped will not have checksum and cmroot appended to it. Hence ReplCopyTask interprets it as normal file instead of function JAR resource and doesn't copy it. Hence function creation fails on the target. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 247372) Time Spent: 10m Remaining Estimate: 0h > Replication fails to replicate a UDF with jar on HDFS during incremental > ------------------------------------------------------------------------ > > Key: HIVE-21776 > URL: https://issues.apache.org/jira/browse/HIVE-21776 > Project: Hive > Issue Type: Bug > Affects Versions: 4.0.0 > Reporter: Ashutosh Bapat > Assignee: Ashutosh Bapat > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0 > > Attachments: HIVE-21776.01.patch > > Time Spent: 10m > Remaining Estimate: 0h > > TestReplicationScenariosAcrossInstances has test to test bootstrap of a UDF > with jar on HDFS but no test for incremental. Add the same. -- This message was sent by Atlassian JIRA (v7.6.3#76005)