Skip to content

Commit

Permalink
YARN-10376. Create a class that covers the functionality of UserGroup…
Browse files Browse the repository at this point in the history
…MappingPlacementRule and AppNameMappingPlacementRule using the new mapping rules. Contributed by Gergely Pollak.
  • Loading branch information
pbacsko committed Sep 5, 2020
1 parent 8a39524 commit 1841a5b
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,7 @@ public static boolean isAclEnabled(Configuration conf) {

/** Default queue name */
public static final String DEFAULT_QUEUE_NAME = "default";
public static final String DEFAULT_QUEUE_FULL_NAME = "root.default";

/**
* Buckets (in minutes) for the number of apps running in each queue.
Expand Down
Loading

0 comments on commit 1841a5b

Please sign in to comment.