We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7631440 commit 0848a19Copy full SHA for 0848a19
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirAttrOp.java
@@ -342,7 +342,7 @@ static INodeDirectory unprotectedSetQuota(
342
if ((type != null) && (!fsd.isQuotaByStorageTypeEnabled() ||
343
nsQuota != HdfsConstants.QUOTA_DONT_SET)) {
344
throw new UnsupportedActionException(
345
- "Failed to set quota by storage type because either " +
+ "Failed to set quota by storage type because either" +
346
DFS_QUOTA_BY_STORAGETYPE_ENABLED_KEY + " is set to " +
347
fsd.isQuotaByStorageTypeEnabled() + " or nsQuota value is illegal " +
348
nsQuota);
0 commit comments