From 6f655aed3b83899163740c98bac8d4919d65cde3 Mon Sep 17 00:00:00 2001 From: Takanobu Asanuma Date: Wed, 25 Apr 2018 17:01:14 +0900 Subject: [PATCH] HADOOP-15404. Remove multibyte characters in DataNodeUsageReportUtil Signed-off-by: Akira Ajisaka --- .../hadoop/hdfs/server/protocol/DataNodeUsageReportUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3e90752a9ee..112d772b4b7 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 @@ /** * 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