Hi Team, With ref to distcp2 in https://hadoop.apache.org/docs/r1.2.1/distcp2.html
In the section "update and overwrite" can you please confirm on the example. - update option is missing in the sample command distcp2 hdfs://nn1:8020/source/first hdfs://nn1:8020/source/second hdfs://nn2:8020/target Also the following statement is incorrect If -update is used, 1 is overwritten as well. It should be -overwrite. Please correct me if my understanding is incorrect. Thanks Jebastin