88868/how-to-update-the-existing-record-in-hdfs
Hi Team,
I have uploaded one file in HDFS Cluster. Now I want the existing record. How can I do that?
Hi@akhtar,
HDFS follows Write Once Read Many times approach. You can’t UPDATE any existing record in HDFS, but yes, you can surely make another copy of the data (with the modifications/updates) in the HDFS and can remove the previous original copy.
The sole purpose of the virtual machine ...READ MORE
Yes, you can use hdfs dfs command ...READ MORE
You can use the hadoop fs -ls command to ...READ MORE
You can try something like this: ...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 see the Access Control Lists (ACLs) ...READ MORE
Hi@akhtar, I think you are trying to use AsyncFSWAL for HBase-2.x as ...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.