[
https://issues.apache.org/jira/browse/HIVE-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-1084:
---------------------------------
Attachment: svn-move-renamed-files.sh
cleanup-class-names.4.patch
Prepared the patch as follows on an HFS+ case-sensitive volume:
{code}
svn diff --no-diff-deleted --notice-ancestry > cleanup-class-names.p4.patch
{code}
Apply the patch as follows:
{code}
% cd hive-trunk
% source ../svn-move-renamed-files.sh
% patch -p0 -i ../cleanup-class-names.p4.patch
{code}
In case anyone is curious, here is how you create a case-sensitive HFS+ volume:
{code}
% hdiutil create -size 2g -type SPARSE -nospotlight -fs "Case-sensitive
Journaled HFS+" -volname hfsplus hfsplus
% hdiutil attach hfsplus.sparseimage
% cd /Volumes/hfsplus
% ...
% hdiutil detach /Volumes/hfsplus
{code}
> Cleanup Class names
> -------------------
>
> Key: HIVE-1084
> URL: https://issues.apache.org/jira/browse/HIVE-1084
> Project: Hadoop Hive
> Issue Type: Task
> Affects Versions: 0.6.0
> Reporter: Carl Steinbach
> Assignee: Carl Steinbach
> Attachments: cleanup-class-names.2.patch,
> cleanup-class-names.4.patch, cleanup-class-names.patch,
> svn-move-renamed-files.sh
>
>
> [Sun's Code Conventions for the Java Programming
> Language|http://java.sun.com/docs/codeconv/] document stipulates that Java
> class names must begin with a capital letter.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.