Andras Salamon created OOZIE-3466:
-------------------------------------
Summary: Migrate from com.google.common.io.Closeables to
org.apache.commons.io.IOUtils
Key: OOZIE-3466
URL: https://issues.apache.org/jira/browse/OOZIE-3466
Project: Oozie
Issue Type: Improvement
Affects Versions: trunk
Reporter: Andras Salamon
Assignee: Andras Salamon
[JavaActionExecutor|https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java]
uses both Guava's Closeables and commons-io's IOUtils to close the
{{yarnClient}} quietly. The Guava's versions causes problem in the Guava update
(OOZIE-3418). We should use only commons-io's IOUtils in the code.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)