Hi,

Following seq is done

hdfs dfs -mkdir /a
take snapshot s_0
hdfs dfs -mkdir -p /a/b/c
hdfs dfs -put foo /a/b/c
take snapshot s_1

Now the command line snapshotdiff between s_0 and s_1 shows just the
addition of directory "b". It should show addition of directory "b/c" as
well as addition of "b/c/foo" as well

Any thoughts ? Would the Java APIs show the entire tree ?

Thanks,

Reply via email to