Skip to content

Commit 0848a19

Browse files
committed
fix typo
1 parent 7631440 commit 0848a19

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirAttrOp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ static INodeDirectory unprotectedSetQuota(
342342
if ((type != null) && (!fsd.isQuotaByStorageTypeEnabled() ||
343343
nsQuota != HdfsConstants.QUOTA_DONT_SET)) {
344344
throw new UnsupportedActionException(
345-
"Failed to set quota by storage type because either " +
345+
"Failed to set quota by storage type because either" +
346346
DFS_QUOTA_BY_STORAGETYPE_ENABLED_KEY + " is set to " +
347347
fsd.isQuotaByStorageTypeEnabled() + " or nsQuota value is illegal " +
348348
nsQuota);

0 commit comments

Comments
 (0)