Repository: hadoop
Updated Branches:
  refs/heads/trunk 30fef0bf1 -> 1bd44becb


HADOOP-15404. Remove multibyte characters in DataNodeUsageReportUtil

Signed-off-by: Akira Ajisaka <[email protected]>


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

Branch: refs/heads/trunk
Commit: 1bd44becb0bb2577e68becc5d3abc647a68ef895
Parents: 30fef0b
Author: Takanobu Asanuma <[email protected]>
Authored: Wed Apr 25 17:01:14 2018 +0900
Committer: Akira Ajisaka <[email protected]>
Committed: Wed Apr 25 17:01:14 2018 +0900

----------------------------------------------------------------------
 .../hadoop/hdfs/server/protocol/DataNodeUsageReportUtil.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1bd44bec/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/server/protocol/DataNodeUsageReportUtil.java
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/server/protocol/DataNodeUsageReportUtil.java
 
b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/server/protocol/DataNodeUsageReportUtil.java
index 3e90752..112d772 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/server/protocol/DataNodeUsageReportUtil.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/server/protocol/DataNodeUsageReportUtil.java
@@ -23,7 +23,7 @@ import org.apache.hadoop.util.Time;
 
 /**
  * This class is helper class to generate a live usage report by calculating
- * the delta between  current DataNode usage metrics and the usage metrics
+ * the delta between current DataNode usage metrics and the usage metrics
  * captured at the time of the last report.
  */
 @InterfaceAudience.Private


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to