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-server/hadoop-yarn-server-globalpolicygenerator/src/main/java/org/apache/hadoop/yarn/server/globalpolicygenerator/GlobalPolicyGenerator.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,7 @@ public static void main(String[] argv) {
298
298
if (argv.length > 1) {
299
299
if (argv[0].equals("-format-policy-store")) {
300
300
// TODO: YARN-11561. [Federation] GPG Supports Format PolicyStateStore.
301
+
System.err.println("format-policy-store is not yet supported.");
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/Router.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -252,8 +252,10 @@ public static void main(String[] argv) {
252
252
if (argv.length > 1) {
253
253
if (argv[0].equals("-format-state-store")) {
254
254
// TODO: YARN-11548. [Federation] Router Supports Format FederationStateStore.
255
+
System.err.println("format-state-store is not yet supported.");
0 commit comments