JiangHua Zhu created HDFS-15608:
-----------------------------------

             Summary: 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


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-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to