Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
Description
YARN-10838 and YARN-10911 introduced an unfortunate change in Configuration that could potentially be backward incompatible (visibility of substituteVars). Since it is easily circumvented, my proposal is to avoid breaking changes if possible.
One found issue is that Oozie defines substituteVars as a private method.
https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/util/XConfiguration.java#L186
Attachments
Issue Links
- is broken by
-
YARN-10852 Optimise CSConfiguration getAllUserWeightsForQueue
- Resolved
-
YARN-10911 AbstractCSQueue: Create a separate class for usernames and weights that are travelling in a Map
- Resolved
- is required by
-
OOZIE-3642 Investigate if Oozie can utilize Hadoop's Configuration change
- Open
- links to