[
https://issues.apache.org/jira/browse/PIG-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811350#comment-15811350
]
Adam Szita commented on PIG-4923:
---------------------------------
Thanks a lot [~rohini]!
The code in SVN now looks good - although we need to do a couple things:
-Add .gitignore in shims/test/hadoop2 so that the dir structure is present in
git as well (otherwise git clone; ant clean pigunit-jar will fail)
-Remove unnecessary old (and empty) dirs from shims (e.g.:
http://svn.apache.org/repos/asf/pig/trunk/shims/test/hadoop20 )
{code}
#Add empty .gitignore so that git keeps dir structure
touch shims/test/hadoop2/.gitignore
svn add shims/test/hadoop2/.gitignore
#Delete empty dir structures
svn rm shims/src/hadoop20
svn rm shims/src/hadoop23
svn rm shims/test/hadoop20
svn rm shims/test/hadoop23
{code}
I guess all of this could go with this ticket as well?
> Drop Hadoop 1.x support in Pig 0.17
> -----------------------------------
>
> Key: PIG-4923
> URL: https://issues.apache.org/jira/browse/PIG-4923
> Project: Pig
> Issue Type: Improvement
> Reporter: Daniel Dai
> Assignee: Adam Szita
> Fix For: 0.17.0
>
> Attachments: PIG-4923.1.patch, PIG-4923.2.IncrementalHadoop3.patch,
> PIG-4923.2.patch, PIG-4923.3.patch, PIG-4923.4.patch, PIG-4923.5.patch,
> ant-contrib-1.0b3.jar
>
>
> To facilitate the future development, we want to get rid of the legacy Hadoop
> 1.x support and reduce the code complexity.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)