Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.1.0
-
None
-
None
-
None
Description
There was a recent change in Hadoop's Configuration class which made substituteVars method public from private. As this is an interface change which could broke Oozie build HADOOP-18021 is created to fix the issue came with the interface change.
The task is to check if we can eliminate https://github.com/apache/oozie/blob/8dfdb35b640686781e89f63460018eaa65d8e455/core/src/main/java/org/apache/oozie/util/XConfiguration.java#L186 and use the one from org.apache.hadoop.conf.Configuration.
Attachments
Issue Links
- requires
-
HADOOP-18021 Provide a public wrapper of Configuration#substituteVars
- Resolved