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

Ayush Saxena commented on HDFS-15608:
-------------------------------------

I didn't actually catch this. Where is the reset in the patch, you just changed 
the variable name.

Is this just a checkstyle fix? if so, please change the description and move 
the Jira to hadoop common, the changes aren't in hdfs

> Reset the DistCp#CLEANUP variable definition.
> ---------------------------------------------
>
>                 Key: HDFS-15608
>                 URL: https://issues.apache.org/jira/browse/HDFS-15608
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: distcp
>    Affects Versions: 3.3.0
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Trivial
>              Labels: pull-request-available
>         Attachments: HDFS-15608.001.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The variables of Cleanup defined in the DistCp#main() method point to the 
> following:
> public static void main(String argv[]) {
>  ...
>  Cleanup CLEANUP = new Cleanup(distCp);
>  ...
>  }
> Here CLEANUP needs to be redefined, such as: cleanup.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to