HDFS-11438. Fix typo in error message of StoragePolicyAdmin tool. Contributed by Alison Yu.
This commit is contained in:
parent
0013090fb4
commit
d150f061f4
@ -259,7 +259,7 @@ public int run(Configuration conf, List<String> args) throws IOException {
|
||||
final String path = StringUtils.popOptionWithArgument("-path", args);
|
||||
if (path == null) {
|
||||
System.err.println("Please specify the path from which "
|
||||
+ "the storage policy will be unsetd.\nUsage: " + getLongUsage());
|
||||
+ "the storage policy will be unset.\nUsage: " + getLongUsage());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user