hadoop git commit: HDFS-8175. Provide information on snapshotDiff for supporting the comparison between snapshot and current status (Contributed by J.Andreina)

2015-05-08 Thread vinayakumarb
Repository: hadoop
Updated Branches:
  refs/heads/trunk e642eff0e - 6232235df


HDFS-8175. Provide information on snapshotDiff for supporting the comparison 
between snapshot and current status (Contributed by J.Andreina)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6232235d
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6232235d
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6232235d

Branch: refs/heads/trunk
Commit: 6232235df3ae14db66181922c8343c986a6e
Parents: e642eff
Author: Vinayakumar B vinayakum...@apache.org
Authored: Fri May 8 14:37:50 2015 +0530
Committer: Vinayakumar B vinayakum...@apache.org
Committed: Fri May 8 14:37:50 2015 +0530

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++
 hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml | 4 
 2 files changed, 7 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/6232235d/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
--
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index fc03bbe..2acd6fa 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -678,6 +678,9 @@ Release 2.8.0 - UNRELEASED
 HDFS-8187. Remove usage of -setStoragePolicy and -getStoragePolicy 
using
 dfsadmin cmd (as it is not been supported) (J.Andreina via vinayakumarb)
 
+HDFS-8175. Provide information on snapshotDiff for supporting the 
comparison
+between snapshot and current status (J.Andreina via vinayakumarb)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/6232235d/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml
--
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml
index eba1d80..330d00f 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml
@@ -257,6 +257,10 @@
   trtdfromSnapshot/tdtdThe name of the starting snapshot./td/tr
   trtdtoSnapshot/tdtdThe name of the ending snapshot./td/tr
 /table/li
+p
+  Note that snapshotDiff can be used to get the difference report between 
two snapshots, or between
+  a snapshot and the current status of a directory.Users can use . to 
represent the current status.
+/p
 liResults:
   table
 trtd+/tdtdThe file/directory has been created./td/tr



hadoop git commit: HDFS-8175. Provide information on snapshotDiff for supporting the comparison between snapshot and current status (Contributed by J.Andreina)

2015-05-08 Thread vinayakumarb
Repository: hadoop
Updated Branches:
  refs/heads/branch-2 10999ffd7 - 595b92e2c


HDFS-8175. Provide information on snapshotDiff for supporting the comparison 
between snapshot and current status (Contributed by J.Andreina)

(cherry picked from commit 6232235df3ae14db66181922c8343c986a6e)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/595b92e2
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/595b92e2
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/595b92e2

Branch: refs/heads/branch-2
Commit: 595b92e2c29a4c0d010bd29ceb79e6c7e0d4eeb4
Parents: 10999ff
Author: Vinayakumar B vinayakum...@apache.org
Authored: Fri May 8 14:37:50 2015 +0530
Committer: Vinayakumar B vinayakum...@apache.org
Committed: Fri May 8 14:38:53 2015 +0530

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++
 hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml | 4 
 2 files changed, 7 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/595b92e2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
--
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index bcb08c8..40934c0 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -351,6 +351,9 @@ Release 2.8.0 - UNRELEASED
 HDFS-8187. Remove usage of -setStoragePolicy and -getStoragePolicy 
using
 dfsadmin cmd (as it is not been supported) (J.Andreina via vinayakumarb)
 
+HDFS-8175. Provide information on snapshotDiff for supporting the 
comparison
+between snapshot and current status (J.Andreina via vinayakumarb)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/595b92e2/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml
--
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml
index eba1d80..330d00f 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml
@@ -257,6 +257,10 @@
   trtdfromSnapshot/tdtdThe name of the starting snapshot./td/tr
   trtdtoSnapshot/tdtdThe name of the ending snapshot./td/tr
 /table/li
+p
+  Note that snapshotDiff can be used to get the difference report between 
two snapshots, or between
+  a snapshot and the current status of a directory.Users can use . to 
represent the current status.
+/p
 liResults:
   table
 trtd+/tdtdThe file/directory has been created./td/tr