[ 
https://issues.apache.org/jira/browse/HIVE-5704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831925#comment-13831925
 ] 

Brock Noland commented on HIVE-5704:
------------------------------------

Hi,

Your SVN commands here 
https://issues.apache.org/jira/browse/HIVE-5704?focusedCommentId=13814652&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13814652
 do not have the associated perl commands to change the package the files after 
the svn mv.

Each file move should be:

1) the svn mv command
2) sed or perl command to update the file appropriately

example:

{noformat}
svn mv MyCLass.java MyClass.java
perl -i -pe 's@MyCLass@MyClass@g' MyClass.java
{noformat}

> A couple of generic UDFs are not in the right folder/package
> ------------------------------------------------------------
>
>                 Key: HIVE-5704
>                 URL: https://issues.apache.org/jira/browse/HIVE-5704
>             Project: Hive
>          Issue Type: Task
>          Components: UDF
>    Affects Versions: 0.12.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>            Priority: Trivial
>         Attachments: HIVE-5704-to-be-committed.patch, HIVE-5704.1.patch, 
> HIVE-5704.1.patch, HIVE-5704.patch
>
>
> There are two generic UDFs are in the package for non-generic UDFs. I think 
> it's better to be consistent but putting them in the udf.generic package



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to