89483/copy-directory-from-one-node-in-the-cluster-to-another-in-hdfs
Hi@akhtar,
You can copy a directory from one node to another node in Hadoop. You need to use distcp command as shown below.
$ hdfs dfs -distcp hdfs://namenodeA/apache_hadoop hdfs://namenodeB/hadoop
The distributed copy command, distcp, is a ...READ MORE
Just try the following command: hadoop fs -rm ...READ MORE
I understood your issue. Let me help you ...READ MORE
Please refer to the below code: import org.apache.hadoop.conf.Configuration import ...READ MORE
You can use dfsadmin which runs a ...READ MORE
hdfs dfsadmin -report This command tells fs ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi@akhtar, You can remove the directory using the ...READ MORE
You can browse hadoop page from any ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.