Hello experts,
I'm trying to understand the total size / block size used by HDFS Snapshot.
I have a dir like /user/x/data and a hdfs ls tells me it has 1.1 TB
So If I take a snapshot of /user/x/data will the snapshot consumes same space and how much block size is used by it.
My earlier output from hdfs dfsadmin -report was 19.6 TB and after taking snapshot it was still same.
If snapshots takes same space as of the source why the report does't changes.
Thanks
Mayank