You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Andras Salamon (JIRA)" <ji...@apache.org> on 2019/04/08 08:45:00 UTC

[jira] [Created] (OOZIE-3466) Migrate from com.google.common.io.Closeables to org.apache.commons.io.IOUtils

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)