[
https://issues.apache.org/jira/browse/OOZIE-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649686#comment-17649686
]
Janos Makai commented on OOZIE-3642:
------------------------------------
Unfortunately HADOOP-18021 got merged to Hadoop 3, so we cannot use that method
until we make sure Oozie works with Hadoop 3 (OOZIE-2973)
> Investigate if Oozie can utilize Hadoop's Configuration change
> --------------------------------------------------------------
>
> Key: OOZIE-3642
> URL: https://issues.apache.org/jira/browse/OOZIE-3642
> Project: Oozie
> Issue Type: Task
> Affects Versions: 5.1.0
> Reporter: Dénes Bodó
> Priority: Major
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)