You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Arko Sharma (Jira)" <ji...@apache.org> on 2021/04/12 13:00:00 UTC

[jira] [Updated] (HIVE-24878) ClassNotFound exception for function replication.

     [ https://issues.apache.org/jira/browse/HIVE-24878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arko Sharma updated HIVE-24878:
-------------------------------
    Description: 
When data-copy runs on source cluster, jar is copied to path <functionRoot>/dbName/funcName/nanoTS/jarName/jarName
 Correct path should be <functionRoot>/dbName/funcName/nanoTS/jarName

Output of hdfs dfs -find on sample function root.
 /user/hive/repl/functions/bn9/udf6/28312880814467788/testudf6.jar
 /user/hive/repl/functions/bn9/udf6/28312880814467788/testudf6.jar/testudf6.jar

  was:
Jar is copied to path <functionRoot>/dbName/funcName/nanoTS/jarName/jarName
Correct path should be <functionRoot>/dbName/funcName/nanoTS/jarName

Output of hdfs dfs -find on sample function root.
/user/hive/repl/functions/bn9/udf6/28312880814467788/testudf6.jar
/user/hive/repl/functions/bn9/udf6/28312880814467788/testudf6.jar/testudf6.jar


> ClassNotFound exception for function replication.
> -------------------------------------------------
>
>                 Key: HIVE-24878
>                 URL: https://issues.apache.org/jira/browse/HIVE-24878
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Arko Sharma
>            Assignee: Arko Sharma
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> When data-copy runs on source cluster, jar is copied to path <functionRoot>/dbName/funcName/nanoTS/jarName/jarName
>  Correct path should be <functionRoot>/dbName/funcName/nanoTS/jarName
> Output of hdfs dfs -find on sample function root.
>  /user/hive/repl/functions/bn9/udf6/28312880814467788/testudf6.jar
>  /user/hive/repl/functions/bn9/udf6/28312880814467788/testudf6.jar/testudf6.jar



--
This message was sent by Atlassian Jira
(v8.3.4#803005)