HDFS-10404. Fix formatting of CacheAdmin command usage help text (Yiqun Lin via cmccabe)
This commit is contained in:
parent
34fddd1e91
commit
7cd5ae62f6
@ -443,7 +443,8 @@ public String getName() {
|
||||
@Override
|
||||
public String getShortUsage() {
|
||||
return "[" + getName()
|
||||
+ " [-stats] [-path <path>] [-pool <pool>] [-id <id>]\n";
|
||||
+ " [-stats] [-path <path>] [-pool <pool>] [-id <id>]"
|
||||
+ "]\n";
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -554,7 +555,8 @@ public String getName() {
|
||||
public String getShortUsage() {
|
||||
return "[" + NAME + " <name> [-owner <owner>] " +
|
||||
"[-group <group>] [-mode <mode>] [-limit <limit>] " +
|
||||
"[-maxTtl <maxTtl>]\n";
|
||||
"[-maxTtl <maxTtl>]" +
|
||||
"]\n";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -157,7 +157,7 @@ List cache directives.
|
||||
|
||||
#### addPool
|
||||
|
||||
Usage: `hdfs cacheadmin -addPool <name> [-owner <owner>] [-group <group>] [-mode <mode>] [-limit <limit>] [-maxTtl <maxTtl`\>
|
||||
Usage: `hdfs cacheadmin -addPool <name> [-owner <owner>] [-group <group>] [-mode <mode>] [-limit <limit>] [-maxTtl <maxTtl>]`
|
||||
|
||||
Add a new cache pool.
|
||||
|
||||
|
@ -321,10 +321,10 @@ Usage:
|
||||
|
||||
hdfs cacheadmin [-addDirective -path <path> -pool <pool-name> [-force] [-replication <replication>] [-ttl <time-to-live>]]
|
||||
hdfs cacheadmin [-modifyDirective -id <id> [-path <path>] [-force] [-replication <replication>] [-pool <pool-name>] [-ttl <time-to-live>]]
|
||||
hdfs cacheadmin [-listDirectives [-stats] [-path <path>] [-pool <pool>] [-id <id>]
|
||||
hdfs cacheadmin [-listDirectives [-stats] [-path <path>] [-pool <pool>] [-id <id>]]
|
||||
hdfs cacheadmin [-removeDirective <id>]
|
||||
hdfs cacheadmin [-removeDirectives -path <path>]
|
||||
hdfs cacheadmin [-addPool <name> [-owner <owner>] [-group <group>] [-mode <mode>] [-limit <limit>] [-maxTtl <maxTtl>]
|
||||
hdfs cacheadmin [-addPool <name> [-owner <owner>] [-group <group>] [-mode <mode>] [-limit <limit>] [-maxTtl <maxTtl>]]
|
||||
hdfs cacheadmin [-modifyPool <name> [-owner <owner>] [-group <group>] [-mode <mode>] [-limit <limit>] [-maxTtl <maxTtl>]]
|
||||
hdfs cacheadmin [-removePool <name>]
|
||||
hdfs cacheadmin [-listPools [-stats] [<name>]]
|
||||
|
Loading…
Reference in New Issue
Block a user