You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2016/03/14 21:00:16 UTC

[07/20] hadoop git commit: HDFS-9933. ReverseXML should be capitalized in oiv usage message (cmccabe)

HDFS-9933. ReverseXML should be capitalized in oiv usage message (cmccabe)


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

Branch: refs/heads/HDFS-1312
Commit: 79961ecea888e0ee85b7a75e239bb6bb3335eb17
Parents: bd49354
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Thu Mar 10 13:43:27 2016 -0800
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Thu Mar 10 13:43:27 2016 -0800

----------------------------------------------------------------------
 .../hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewerPB.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/79961ece/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewerPB.java
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewerPB.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewerPB.java
index e184804..b514b3f 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewerPB.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewerPB.java
@@ -60,7 +60,7 @@ public class OfflineImageViewerPB {
       + "  * XML: This processor creates an XML document with all elements of\n"
       + "    the fsimage enumerated, suitable for further analysis by XML\n"
       + "    tools.\n"
-      + "  * reverseXML: This processor takes an XML file and creates a\n"
+      + "  * ReverseXML: This processor takes an XML file and creates a\n"
       + "    binary fsimage containing the same elements.\n"
       + "  * FileDistribution: This processor analyzes the file size\n"
       + "    distribution in the image.\n"