You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/RouterCLI.java
+30-16Lines changed: 30 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -338,9 +338,10 @@ private int handlePolicy(String[] args)
338
338
"in the FederationStateStore.");
339
339
OptionformatOpt = newOption(null, "format", true,
340
340
"Users can specify the file format using this option. " +
341
-
"Currently, there are two supported file formats: XML and JSON. " +
341
+
"Currently, there are one supported file formats: XML." +
342
342
"These files contain the policy information for storing queue policies.");
0 commit comments